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
<FloatingLabelInput clearable />
Motivation
I want to replace <Input> with <FloatingLabelInput> to have a cooler UI.