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 ability to type in dates via an input field #12

Open
jmpressman opened this issue Dec 5, 2019 · 2 comments
Open

Add ability to type in dates via an input field #12

jmpressman opened this issue Dec 5, 2019 · 2 comments

Comments

@jmpressman
Copy link
Collaborator

No description provided.

@aszenz
Copy link

aszenz commented Jul 19, 2021

I implemented this in a project recently by wrapping over this library, found it easy but also very app specific. The input field styles and the date format parsing were app specific.
Do you have a plan on how to make a generic api for this

@jmpressman
Copy link
Collaborator Author

Yes you are right that it is very app/region specific. We don't have any plans for a generic api at the moment due to the fact that our resources are currently focused on other projects.

That being said, an api for this would probably work in such a way that the user of the library would provide the date template/validations to be consumed by the library and triggered at the appropriate times. In other words, we would try to find a way to keep the library flexible across use cases by avoiding any sort of internal awareness of region.

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

2 participants