Closed
Description
According to issue #120, there's no way to define a class for the input, but not also: there's no way to define any attribute except name
, placeholder
or type
.
Passing some attributes to the input should be useful to define a custom ID, or if the input is disabled or readonly etc.
Could be possible to define a prop with all attributes we want to pass to the Input in order to customize it?
In addition could also be useful add a slot to override the label for example if we want to add an icon or we want to attach a class.