Skip to content
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

Closed
tomivirkki opened this issue Sep 10, 2019 · 0 comments · Fixed by #19
Closed

Add min/max and i18n properties #4

tomivirkki opened this issue Sep 10, 2019 · 0 comments · Fixed by #19
Assignees

Comments

@tomivirkki
Copy link
Member

min (date + time, same format as value)
max (date + time, same format as value)
i18n {
...flattened values from both sub-components
}

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`
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 Haprog self-assigned this Nov 29, 2019
Haprog added a commit that referenced this issue Dec 19, 2019
Haprog added a commit that referenced this issue Jan 16, 2020
Merge pull request #19 from vaadin/feat/4-min-max-i18n
Closes #4.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants