You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've a text control in a custom module properties popup, representing an id. For that I need to search in server side database, based on name and put the id in the text control. Currently there is no "type" in the get_fields() of module code to do that. Same drawback in "Elementor" plugin. Due to this i need to develop a separate page to search by name and put the id in text control manually.
E.g.
A table contains (Note: It can contain 1000's of records, so cannot put in "select" type)
id, name
12, Raja
13, Kumar
In text control i search "Raja" and put the id 13 in text control. Can put the name too, keeping id in memory. Instead of i use a separate page to search.
Steps To Reproduce
Screenshot and/or gif
The text was updated successfully, but these errors were encountered:
Problem Description
I've a text control in a custom module properties popup, representing an id. For that I need to search in server side database, based on name and put the id in the text control. Currently there is no "type" in the get_fields() of module code to do that. Same drawback in "Elementor" plugin. Due to this i need to develop a separate page to search by name and put the id in text control manually.
E.g.
A table contains (Note: It can contain 1000's of records, so cannot put in "select" type)
id, name
12, Raja
13, Kumar
In text control i search "Raja" and put the id 13 in text control. Can put the name too, keeping id in memory. Instead of i use a separate page to search.
Steps To Reproduce
Screenshot and/or gif
The text was updated successfully, but these errors were encountered: