Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to search in a control of module properties #696

Open
kumarmuthaiah opened this issue May 25, 2024 · 0 comments
Open

Not able to search in a control of module properties #696

kumarmuthaiah opened this issue May 25, 2024 · 0 comments

Comments

@kumarmuthaiah
Copy link

kumarmuthaiah commented May 25, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant