Skip to content

Commit

Permalink
Fix value sliders to be numeric only text felds
Browse files Browse the repository at this point in the history
When you click on the slider value the text field shouldn't show a full keyboard on mobile. Only a numeric keyboard.
  • Loading branch information
DonLakeFlyer committed Mar 4, 2025
1 parent ac9de96 commit dda33d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/FlightDisplay/GuidedValueSlider.qml
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ Item {
showUnits: true
unitsLabel: valueLabel.unitsString
visible: false
numericValuesOnly: true

onEditingFinished: {
visible = false
Expand Down
1 change: 1 addition & 0 deletions src/QmlControls/ValueSlider.qml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ Control {
showUnits: true
unitsLabel: unitsString
visible: false
numericValuesOnly: true

onEditingFinished: {
visible = false
Expand Down

0 comments on commit dda33d4

Please sign in to comment.