Commit ab89dc30 authored by Don Gagne's avatar Don Gagne

Merge pull request #3123 from tcanabrava/fix_numeric_input

Only accept numbers in FactTextEdit
parents 38090bfa 8f137cdc
......@@ -18,8 +18,8 @@ QGCTextField {
property Fact fact: null
property string _validateString
// At this point all Facts are numeric
validator: DoubleValidator {}
inputMethodHints: Qt.ImhFormattedNumbersOnly
onEditingFinished: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment