Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent decimal insertion in integer-only fields (#1868)
Added a condition to check if the value is not an integer before allowing the insertion of a decimal separator when the 'NumpadDecimal' key is pressed. This ensures that decimal points are not inserted in fields restricted to integer values, maintaining their integrity. Co-authored-by: Christian Storb <[email protected]>
- Loading branch information