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
After updating from version 1.2.1 to 2.0.5 the min an max props with type string in DBInputs don't work anymore. DBInputs with min and max props with type number still work normally.
Which generators are impacted?
Reproduction case
After updating from version 1.2.1 to 2.0.5 the min an max props with type string in DBInputs don't work anymore. DBInputs with min and max props with type number still work normally.
Example
Code:
<DBInput type="date" min="2024-12-15" max="2025-12-13" />
Browser:
<input type="date" min="NaN" max="NaN">
Expected Behaviour
The min an max props with type string should work normally as in the previous version.
Example
Code:
<DBInput type="date" min="2024-12-15" max="2025-12-13" />
Browser:
<input type="date" min="2024-12-15" max="2025-12-13">
Screenshots
No response
Browser version
None
Add any other context about the problem here.
No response
The text was updated successfully, but these errors were encountered: