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

UPDATED gracefully handle deleting modelMax through input #56

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

michalmikolajczyk
Copy link

When modelMax is deleted, e.g. by a user pushing backspace when focused on an input field which has ng-model set to modelMin or modelMax, then modelMax is are set to 0 or modelMin.

This fixes the issue that happens when trying to delete the last cipher from an input field - the value just resets to max.


fixed so the changes only occur when modelMax is not pinned.

When modelMax is deleted, e.g. by a user pushing backspace when focused on an input field which has ng-model set to modelMin or modelMax, then modelMax is are set to 0 or modelMin.

This fixes the issue that happens when trying to delete the last cipher from an input field - the value just resets to max.
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

Successfully merging this pull request may close these issues.

1 participant