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
I like this DateInput control very much, only I can't set my ducks in a row.
See the picture.
I would like to set a smaller calendar icon in a position and with a size aligned with the icons of the other controls below.
Additionally, there is an issue with the "size" prop, that along the Grommet controls lineup is applied to the control's size but in this one it is applied to the size of the drop. This might be a source of confusion in the future when this stuff is used by millions.
Maybe this prop should follow the Grommet Select's pattern and be dropSize.
In a component of mine, which has an icon, I pass an icon prop that is an object and inside that object I can control as many icon properties as I want to.
Being that Grommet has a relevant icons set, this might be useful in this DateInput and in any other artifact where an icon is part of the thing.
The text was updated successfully, but these errors were encountered:
I like this DateInput control very much, only I can't set my ducks in a row.
See the picture.
I would like to set a smaller calendar icon in a position and with a size aligned with the icons of the other controls below.
Additionally, there is an issue with the "size" prop, that along the Grommet controls lineup is applied to the control's size but in this one it is applied to the size of the drop. This might be a source of confusion in the future when this stuff is used by millions.
Maybe this prop should follow the Grommet Select's pattern and be
dropSize
.In a component of mine, which has an icon, I pass an
icon
prop that is an object and inside that object I can control as many icon properties as I want to.Being that Grommet has a relevant icons set, this might be useful in this DateInput and in any other artifact where an icon is part of the thing.
The text was updated successfully, but these errors were encountered: