|
|
|
@ -20,10 +20,9 @@ QGCTextField {
@@ -20,10 +20,9 @@ QGCTextField {
|
|
|
|
|
property string _validateString |
|
|
|
|
|
|
|
|
|
// At this point all Facts are numeric |
|
|
|
|
validator: DoubleValidator {} |
|
|
|
|
inputMethodHints: ScreenTools.isiOS ? |
|
|
|
|
Qt.ImhNone : // iOS numeric keyboard has not done button, we can't use it |
|
|
|
|
Qt.ImhFormattedNumbersOnly // Forces use of virtual numeric keyboard |
|
|
|
|
inputMethodHints: ScreenTools.isiOS ? |
|
|
|
|
Qt.ImhNone : // iOS numeric keyboard has not done button, we can't use it |
|
|
|
|
Qt.ImhFormattedNumbersOnly // Forces use of virtual numeric keyboard |
|
|
|
|
|
|
|
|
|
onEditingFinished: { |
|
|
|
|
if (typeof qgcView !== 'undefined' && qgcView) { |
|
|
|
|