Skip to content

Make InputfieldDatetime replace comma by dot #305

@BernhardBaumrock

Description

@BernhardBaumrock

Short description of the enhancement

It would be great if the InputfieldDatetime replaced input of "comma" to a "dot". This would make it a lot faster to input dates on keybords with a number pad.

Optional: Steps that explain the enhancement

  1. Type 24,12,2019 in a date field
  2. You'll get 24.12.2019

Current vs. suggested behavior

Current: You'll get 24122019 or you need a second hand to type the dot.

Why would the enhancement be useful to users?

It's the little things that make the everyday experience great or not great...

PS: I've tried to implement it myself in InputfieldDatetime.js but a simple .on('keyup change') did not work. There is something going on before that event fires that prevents input of commas in such fields...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions