-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Component] Datepicker #3676
[Component] Datepicker #3676
Comments
We've thought about it (and I have a rudimentary one built using BootstrapVue components and classes), but we may release these "etrxa" components in a companion library to keep this library bundle size smaller. Datepickers tend to get large/complex with requirement for formatting dates, optional timepickers, restrictions (ranges, disabled, dates, start-end dates, etc), and not to mention internationalization (i18n), making them quite large bundle size. |
@tmorehouse defo will be looking forward for this. You mentioned "components", wondering what the others are? |
@tmorehouse Thanks for the detailed explanation. |
Thinking of creating: BootstrapVueExtras:
|
I like the idea of having them seperate |
Some of these might be small enough that they could be included in BootstrapVue, but definitely the date picker will be separate |
Describe the solution you'd like
Would be great to DatePicker component. Usually always need to use third libs or create own for work with Dates on bootstrap.
What you think about it? Do you already have that kind of component in mind?
The text was updated successfully, but these errors were encountered: