Separator is not working with sufix
See original GitHub issueIf I combine separator mask type with sufix, input reacts weird.
<input type="text" mask="separator" sufix=" HUF">
Examples:
Type in: 1
You will get --> 1 HUF
= ok
Type in: 11
You will get --> 11HU HUF
= not ok, expected: 11 HUF
Type in: 111
You will get --> 111HUHU HUF
= not ok, expected: 111 HUF
Type in: 1111
You will get --> 1 111HUHUHU HUF
= not ok, expected: 1 111 HUF
…
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
subdesign suffix separator problem - PCB Design
Hi all, I encounter a question about the subdesign suffix separator. When I setup the separator as "/",the result is what I expected...
Read more >Tokenization: separator on suffix or prefix - OpenNMT Forum
The supplied BPE tokenizer in the PyTorch version adds the separator at the end of non-last subword units. However, depending on the ...
Read more >Regular expression for matching a separator and suffix, both ...
The problem is probably, that the . does not match newline characters by default. You can change this by using the modifier s...
Read more >Reconsider prefix/suffix separator · Issue #132 - GitHub
A lot of the reluctance to use prefixes stems from the fact that the separator we use (a colon ":") that can't be...
Read more >Masked Input Widget Not Showing Suffix and Prefix Set When ...
I am struggling with two issues with Masked Input Widget:1. ... Not Showing Suffix and Prefix Set When Decimal/Thousandths Separator is Not Use...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@humpedli Yes now separator is not working with sufix, we will add this in next versions
@humpedli check the latest version