#changelog
- refactor validation to standard jb design system validation tool
- disable overflow handler by default add add
overflowHandler
prop so user can enable it when needed
-
- fix value change on arrow key. move it from base on
valueType
to base oninputType
due to month and day boundary validation
- fix value change on arrow key. move it from base on
- fix optional value
- add
gregorianMonthList
andjalaliMonthList
prop to easily customize month names.
- add Date to valid type for min & max date restriction input
- add placeholder support when input is empty
- add support for
Date
type value
- fix value PropType to accept
null
value type
- add
JBDateInputEventType
to event type for better event.target detection in typescript
- fix mandatory React children props
- fix trigger button bug by updating jb-date-input to v3.7.13
- fix typescript problems
- convert to typescript
- add auto detect for page rtl or ltr direction.
- fix swipe direction base on page direction in rtl pages.