Skip to content
Snippets Groups Projects
Commit 67119cd9 authored by permcu's avatar permcu
Browse files

Handle change in PositiveSmallIntegerField

v-text-field emits 'change' with changed value on focus out.
If someone listenes to 'change' on PositiveSmallIntegerField he
received a string not an integer. This fixes it.
parent fa918f14
No related branches found
No related tags found
1 merge request!1410Handle change in PositiveSmallIntegerField
Checking pipeline status