I want to use Ui. Check box instead of Ui. Select #3136
Replies: 1 comment 1 reply
-
Hi @Swasthik-Jain, That's a pretty long code, but still missing definitions. Therefore we can't try it out to see what happens. What exactly does not work? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Here I have provided piece of code
from get_class_type_options() I will get all the classes
After selecting options from ui.select it will filter the search based on the classes
But I wanted ui.check box selection instead of ui.select
I have implemented ui.chekbox but it is not working as expected functionality wise
The problem is ->on_change functionality is not working as expected[ It is working fine with ui.select]
I wanted to know is there any approach where we can directly add checkbox to select or should I need to modify ui.checkbox so that I will get the desired output
Beta Was this translation helpful? Give feedback.
All reactions