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 a customizable Date/DateTime field with custom picker #3

Open
wdelfuego opened this issue Aug 26, 2022 · 5 comments
Open

Add a customizable Date/DateTime field with custom picker #3

wdelfuego opened this issue Aug 26, 2022 · 5 comments
Labels
enhancement New feature or request

Comments

@wdelfuego
Copy link
Owner

wdelfuego commented Aug 26, 2022

Nova 4 defers formatting of Date/DateTime values in pickers to the browser by using its default picker implementation.

Many users have requested ways to customize the picker in different ways.

A custom DateTime field that implements its own customizable DateTime picker would be a super valuable addition to this package.

@wdelfuego wdelfuego added the enhancement New feature or request label Aug 26, 2022
@Sotiris-k
Copy link

Sotiris-k commented Aug 26, 2022

With the upgrade to Nova 4 I couldn't understand their decision to use the native datepickers. They are incredibly limited.

Nova 3 had flatpickr to do the job if I remember correctly and it was great at it. If this package can bring that back it would just be exactly what's asked for by all these people.

@Elshaden
Copy link

I Think that Nova 4, should drop the current datepicker, and use a more practical one, since, I am sure, that there is more users who prefer non US date format as default. Using the current one that takes your browser locale, is not really practical. I for example use en US browser locale but live in Libya. where the en UK date format is used, like everywhere else outside USA. The other problem which is my clients, who complain about the datepicker showing them US format, most of them are just like myself with US- locale browser but live in the Middle east.

I think it is an important enhancement to Nova, and should be available if not by default , then by a plugin.

@wdelfuego
Copy link
Owner Author

I agree and I am very open to adding a good, customizable custom DateTime Nova field to this package, I just don't have the time to invent one right now. If you're willing to build one, or at least start the development, or find one that is MIT licensed, give me a heads-up and we'll see if we can get this thing going, shouldn't be too complicated of a feature I think.

@Elshaden
Copy link

Hi, I suggest Pickaday

https://github.com/Pikaday/Pikaday

it is straight forward and is widely used by Livewire

@wdelfuego
Copy link
Owner Author

It's a nice date picker but it doesn't look like a candidate for a datetime picker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants