You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First thanks for working on this lib! I'm a newcomer trying it out.
I believe the loading prop for TextArea has no effect, as the loading spinner animation exists in a html ::after that is present when a is-loading class exists in a control wrapper element.
First thanks for working on this lib! I'm a newcomer trying it out.
I believe the loading prop for TextArea has no effect, as the loading spinner animation exists in a html
::after
that is present when ais-loading
class exists in acontrol
wrapper element.The following rust:
Results in the following html (in which the spinner is not present) :
Note: the
.field.control.is-loading
is set.But the following rust:
Results in the following html (in which the spinner is present) :
Note: The
.field.control
and the.field.is-loading
are set.The text was updated successfully, but these errors were encountered: