Hi Everyone,
I was wondering if there was a way to limit the choices in the Input Multiselect. I want users to choose 3-5 predefined decisions from a list of 10.
is this possible without code? or Low code?
Hi Everyone,
I was wondering if there was a way to limit the choices in the Input Multiselect. I want users to choose 3-5 predefined decisions from a list of 10.
is this possible without code? or Low code?
I think you have 2 options :
I recommand the second one, as the first one will change the style of your element to show up as disabled, and besause the second one is more future proof, I’m not sure it was intended you still can remove item from multiselect when disabled, may a bug fix change this behavior later.
Awesome, thank you