-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add min/max and i18n properties #4
Comments
Haprog
added a commit
that referenced
this issue
Nov 6, 2019
Implement support for the following properties: - `label` - `datePlaceholder` - `timePlaceholder` - `step` - `initialPosition` - `showWeekNumbers`: Note that this isn't actually useful until `i18n` is implemented since this only has an effect when `i18n.firstDayOfWeek` is set to `1` (Monday), see #4 - `disabled` - `readonly`
This was referenced Nov 6, 2019
Closed
Haprog
added a commit
that referenced
this issue
Nov 26, 2019
Implement support for the following properties: - `label` - `datePlaceholder` - `timePlaceholder` - `step` - `initialPosition` - `showWeekNumbers`: Note that this isn't actually useful until `i18n` is implemented since this only has an effect when `i18n.firstDayOfWeek` is set to `1` (Monday), see #4 - `disabled` - `readonly`
Haprog
added a commit
that referenced
this issue
Dec 16, 2019
Haprog
added a commit
that referenced
this issue
Dec 19, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
min (date + time, same format as value)
max (date + time, same format as value)
i18n {
...flattened values from both sub-components
}
The text was updated successfully, but these errors were encountered: