Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Yii input mask cannot use period as thousand separator #7

Open
tonny-sofijan opened this issue Sep 29, 2018 · 0 comments
Open

Yii input mask cannot use period as thousand separator #7

tonny-sofijan opened this issue Sep 29, 2018 · 0 comments
Labels
status:to be verified Needs to be reproduced and validated.

Comments

@tonny-sofijan
Copy link

What steps will reproduce the problem?

Input decimal with format xxx.yyy.zzz (thousand separator with period)

What's expected?

use period for thousand separator

What do you get instead?

comma for thousand separator

Additional info

'clientOptions' => [
    'alias' => 'decimal',
    'groupSeparator' => '.',
    'autoGroup' => true,                    
]

Q A
Yii version 2.0.15
Yii Masked Input version ~2.0.14
Yii JQuery version 3.2.1
JQuery Masked Input version 3.x
JQuery version 3.2.1
PHP version 7.2.10
Operating system Archlinux
@samdark samdark added the status:to be verified Needs to be reproduced and validated. label Sep 30, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status:to be verified Needs to be reproduced and validated.
Projects
None yet
Development

No branches or pull requests

2 participants