I have retrieved some choice values using REST on a SP page. In the same page I have a choice column. The items returned by REST exists in the choice column and there are few more items exists as well in the same choice column.
I need to show only the items returned by REST in the choice column and not the other choices. So I will not be able to allow the users to select other items. How could I do so by JS? Thanks.