Setting helperText dynamically.
With a reactive select field, is there a way to set its helperText based on the selection?
5 Replies
actually, i need it for a
TextInput
field as wellI don’t remember if helper text accepts a callback or not. I think it does. If it does though, you can use the same closure based methods as any field.
ok, will give it a try. also, what is the difference between
hint
and helperText
?Hint text shows near the label. Helper text shows under the input.
Why don’t you just try it? Takes 10secs 😅