Merge pull request #574 from ONLYOFFICE/fix/bugfix

[SSE] Fix input hint
This commit is contained in:
Julia Radzhabova 2020-11-18 19:26:01 +03:00 committed by GitHub
commit 8cc3480f83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -127,7 +127,7 @@ define([
me.inputRange1 = new Common.UI.InputFieldBtn({
el: $('#id-dlg-chart-range-range1'),
style: '100%',
textSelectData: 'Select data',
btnHint: this.textSelectData,
// validateOnChange: true,
validateOnBlur: false
}).on('changed:after', function(input, newValue, oldValue, e) {
@ -142,7 +142,7 @@ define([
me.inputRange2 = new Common.UI.InputFieldBtn({
el: $('#id-dlg-chart-range-range2'),
style: '100%',
textSelectData: 'Select data',
btnHint: this.textSelectData,
// validateOnChange: true,
validateOnBlur: false
}).on('changed:after', function(input, newValue, oldValue, e) {
@ -157,7 +157,7 @@ define([
me.inputRange3 = new Common.UI.InputFieldBtn({
el: $('#id-dlg-chart-range-range3'),
style: '100%',
textSelectData: 'Select data',
btnHint: this.textSelectData,
// validateOnChange: true,
validateOnBlur: false
}).on('changed:after', function(input, newValue, oldValue, e) {