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

Mask behavior #87

Open
antiold opened this issue Oct 23, 2019 · 0 comments
Open

Mask behavior #87

antiold opened this issue Oct 23, 2019 · 0 comments

Comments

@antiold
Copy link

antiold commented Oct 23, 2019

The mask is __-__.

With mask={true} replace={...}:

12-|34
DELETE
12-|4
INSERT 0
12-0|

Expected:

12-|34
DELETE
12-|4
INSERT 0
12-0|4

This can be achieved with mask={false}.

So what is mask doing here? It only seems to affect the "final" input (more documentation are needed).

mask={true}:

12-|34
INSERT 0
12-0|4

mask={false}:

12-|34
INSERT 0
12-0|3

I think keeping the same behavior is the best option for the user experience.

@antiold antiold changed the title The mask should behave the same as without a mask Mask behavior Oct 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant