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

InputNumber - Ability to add or remove fraction digits when min-fraction-digits is not set #1136

Closed
Anubarak opened this issue Mar 30, 2021 · 3 comments
Assignees
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone

Comments

@Anubarak
Copy link

Anubarak commented Mar 30, 2021

It's essential for us to add the ability to write fraction digits at will.
If a user wants to they should be able to write

// imagine comma "," as the decimal separator
10,05
10
10,00

as they like without forcing them.
Currently, when min-fraction-digits is null/empty you cannot add fraction digits. I think this is no good.
min-fraction-digits is missguiding in my opinion because it defines the max-fraction-digits as well when it's null,

@cagataycivici cagataycivici added Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add priority - low labels May 10, 2021
@cagataycivici cagataycivici added this to the 3.5.0 milestone May 11, 2021
@cagataycivici cagataycivici changed the title [Proposal][InputNumber] Ability to add or remove fraction digits when min-fraction-digits is not set InputNumber - Ability to add or remove fraction digits when min-fraction-digits is not set May 18, 2021
@cagataycivici cagataycivici removed this from the 3.5.0 milestone May 18, 2021
@cagataycivici
Copy link
Member

Delaying to post 3.5.0 as we'll tackle this one with some other issues and release them together.

@cagataycivici cagataycivici added this to the 3.7.0 milestone Aug 19, 2021
mertsincan added a commit that referenced this issue Aug 26, 2021
@Jogai
Copy link

Jogai commented Sep 13, 2021

Too bad I didnt see this issue earlier. I'd like to have the ability to input a number starting with . or ,; Instead of typing 0.23 you should be able to type just .23 then. Is this possible? Should I open a separate issue for this?

@mertsincan
Copy link
Member

Hi @Jogai,

No problem! Could you please create a new issue for it? Let's see what we can do :)

Best Regards,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Projects
None yet
Development

No branches or pull requests

4 participants