snaha / diete.design

https://diete.design
MIT License
0 stars 0 forks source link

Date input class is not applied to root element #357

Open agazso opened 2 weeks ago

agazso commented 2 weeks ago

When passing a class property to a DateInput it is not applied to the root element but instead to the Input element which is the children of the root element. This makes it difficult to change the layout of a DateInput.

It would be better either if the class property would be applied on the root element, or have another property which can be used to apply style on the root element.