Skip to content

Commit 60d1297

Browse files
- FIX: iOS fix.
1 parent 95ee29f commit 60d1297

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/TraitInput.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
:readonly="!editable"
1818
@click.prevent
1919
@focus.prevent
20-
@change="tts" />
20+
@blur="tts" />
2121
<!-- For int types, show a number input, apply restrictions -->
2222
<b-form-input :id="id"
2323
v-else-if="trait.dataType === 'int'"

0 commit comments

Comments
 (0)