Returning a data record for a user, there’s a field being returned called usertype, which indicates their permission level.
Selected value is set to the query that pulls this data for that field. and the Options have values that match. However, the selected value isn’t working at all. even though it matches. So I’m doing something wrong somewhere.
Does the value field in the select match EXACTLY the value returned by getSingleUse…usertype?
Check I’m the developers console network tab to see what is being returned by the query
already did that. it matches the value exactly… here are two examples, when i click on the user it should change the select to that person’s value in “usertype” and it is not. Doesn’t matter who i click on, the select doesn’t change.
I tried recreating this issue but it works fine for me, using the latest extensions from the beta channel.
Are you on beta or stable channel?
Can you please paste your select input code?
yes, it sends the user ID and returns those fields about the user, which populates a form in a modal. One of those fields is the drop down for the permissions.