[Solved] Dynamic state disable q-select
-
I would like to know if it is possible to have a dynamic value to disable my entirely
q-select
, I don’t wanna to disable an option, but the entirelyWhen I try something like:
disable=disableSelect
It gives me that error:
Invalid prop: type check failed for prop "disable". Expected Boolean, got String with value "disableSelect".
That makes sense, so I would like to know if it’s possible is there another way?
Thanks o/
-
Oh… I forgot the
:
So it is going to be like this::disable="disableSelect"
Where my:
disableSelect: false
on data. -
Is your disabled select also have the correct icon?
My select is disabled, the user can’t click on it but the icon remains the same… am I missing something?