We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3848c8 commit 8609d4aCopy full SHA for 8609d4a
src/directives/public/model/text.js
@@ -45,7 +45,7 @@ export default {
45
// prevent messing with the input when user is typing,
46
// and force update on blur.
47
this.focused = false
48
- if (!isRange) {
+ if (!isRange && !lazy) {
49
this.on('focus', function () {
50
self.focused = true
51
})
0 commit comments