taiga-family / maskito

Collection of libraries to create an input mask which ensures that user types value according to predefined format.
https://maskito.dev
Apache License 2.0
1.42k stars 32 forks source link

🚀 - Add `DateTimeRange` mask #443

Closed Sergey-Gerasimov closed 6 months ago

Sergey-Gerasimov commented 1 year ago

Which package(s) are relevant/related to the feature request?

@maskito/kit

Description

Maskito already has DateRange and DateTime masks. Seems logical to add DateTimeRange mask generator.

Example

01.01.2000, 20:00 – 10.01.2000, 23:59
nsbarsukov commented 7 months ago

Increasing priority. It is especially required for our colleagues from react kit.

nsbarsukov commented 6 months ago

We had many discussions with our UX/UI colleagues about this feature. We conclude that the such mask is too complex for users and it produces the bad UX. The such masked textfield should be splitted into at least 2 separate fields.

Our final decision – not implement this feature request.