Hello,
I start using Svar components, but I discovered missing params in components.
Input
There missing step
parametr for type=number
.
Select
There is support for disable
whole select, but missing possibility to disable
options. I copy component and update it like this:
<option value={option.id} disabled={option.disabled}>{option[textField]}</option>
It is possible to fix this? Will it help you, if I make a merge request with changes?
Thank you