question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Separator is not working with sufix

See original GitHub issue

If 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:closed
  • Created 5 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Thegrep01commented, Dec 17, 2018

@humpedli Yes now separator is not working with sufix, we will add this in next versions

0reactions
Thegrep01commented, Mar 20, 2019

@humpedli check the latest version

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found