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 95ee29f commit 60d1297Copy full SHA for 60d1297
1 file changed
src/components/TraitInput.vue
@@ -17,7 +17,7 @@
17
:readonly="!editable"
18
@click.prevent
19
@focus.prevent
20
- @change="tts" />
+ @blur="tts" />
21
<!-- For int types, show a number input, apply restrictions -->
22
<b-form-input :id="id"
23
v-else-if="trait.dataType === 'int'"
0 commit comments