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 properties that can be forwarded to the sub-components directly #3

Closed
tomivirkki opened this issue Sep 10, 2019 · 1 comment · Fixed by #18
Closed

Add properties that can be forwarded to the sub-components directly #3

tomivirkki opened this issue Sep 10, 2019 · 1 comment · Fixed by #18
Assignees

Comments

@tomivirkki
Copy link
Member

tomivirkki commented Sep 10, 2019

  • datePlaceholder
  • timePlaceholder
  • step (time picker resolution)
  • initialPosition (Only affects the date picker)
  • showWeekNumbers
// Example observer
__stepChanged(step, __timePicker) {
  if (__timePicker) {
    __timePicker.step = step;
  }
}
@Haprog
Copy link
Contributor

Haprog commented Nov 6, 2019

As part of this I will also add:

  • label (for custom field)
  • disabled (for date picker and time picker)
  • readonly (for date picker and time picker)

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