We can disable the text input by setting editable={false}.
Is there a way we can disable the floating of labels?
Problem: I have a use case where I have to disable the complete View having more than 1 TextFields. As there is no direct way to disable complete view component. I was trying to disable individual TextField.
Hi,
We can disable the text input by setting editable={false}. Is there a way we can disable the floating of labels?
Problem: I have a use case where I have to disable the complete View having more than 1 TextFields. As there is no direct way to disable complete view component. I was trying to disable individual TextField.
Thanks