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
Let <FloatingLabelInput> have all props of <Input>.
<FloatingLabelInput> is essentially an improved version of <Input>, but then again it does not support some of the props <Input> has.
I noticed this for the clearable prop. But it seems this is not the only one.
Basic example
<FloatingLabelInput clearable />
Motivation
I want to replace <Input> with <FloatingLabelInput> to have a cooler UI.
The text was updated successfully, but these errors were encountered:
Summary
Let
<FloatingLabelInput>
have all props of<Input>
.<FloatingLabelInput>
is essentially an improved version of<Input>
, but then again it does not support some of the props<Input>
has.I noticed this for the
clearable
prop. But it seems this is not the only one.Basic example
Motivation
I want to replace
<Input>
with<FloatingLabelInput>
to have a cooler UI.The text was updated successfully, but these errors were encountered: