rio-labs/rio

Include Additional Attributes in `DateInput`

Opened this issue · 0 comments

Description

I propose that we should extend DateInput to include attributes similar to those found in TextInput and NumberInput, where applicable. This would improve the flexibility and consistency of our input components.

Example

Attributes to be included:

is_sensitive: bool = True
is_valid: bool = True

By adding these attributes, we can ensure that all our input components maintain a uniform interface, making them easier to use and understand.