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

Add expression evaluation to number textboxes #609

Merged
merged 3 commits into from
Jan 11, 2023
Merged

Conversation

segabl
Copy link
Collaborator

@segabl segabl commented Jan 11, 2023

Allows the use of math operations in text boxes that are set to numbers only. Expressions will be evaluated on text box validation.
Expression evaluation is on by default for number textboxes and can be disabled by setting the allow_expressions paramter of the textbox to false.

@segabl segabl marked this pull request as ready for review January 11, 2023 17:53
@segabl segabl merged commit c437897 into master Jan 11, 2023
@segabl segabl deleted the expression-eval branch January 11, 2023 18:53
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