Custom field dynamic query
Here I have to create a custom field where I have to show suggestion by type [ char and variable name.
I want to make it generic where user should pass the query builder and suggest according to the user enter value.
But I don't know how to make it dynamic
This is my custom field
Please suggest some idea
I tried with livewire component but from field class I'm not able to pass query builder
I want to make it generic where user should pass the query builder and suggest according to the user enter value.
But I don't know how to make it dynamic
This is my custom field
Please suggest some idea
I tried with livewire component but from field class I'm not able to pass query builder