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 support for custom form widgets #19

Open
3 of 8 tasks
moshthepitt opened this issue Dec 20, 2018 · 1 comment
Open
3 of 8 tasks

Add support for custom form widgets #19

moshthepitt opened this issue Dec 20, 2018 · 1 comment

Comments

@moshthepitt
Copy link
Owner

moshthepitt commented Dec 20, 2018

  • date input widget
  • time input widget
  • date & time input widget
  • date picker in badmin template
  • time picker in badmin template
  • date & time picker in badmin template
  • select2 in badmin template
  • phone number field (Update 17/6/2019 - wont fix)
@moshthepitt
Copy link
Owner Author

The strategy chosen is that:

  • We'll use HTML5 input types for date, time and datetime fields by using custom Vega widgets
  • Allow these widgets to be overriden
  • Leave js/css implementations out of vega_admin core
  • Add js/css implementations in the provided badmin template

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

No branches or pull requests

1 participant