\n
\n \n \n
\n
\n
{\n props.inputType == FORM_INPUT_TYPE.NUMBER ?\n emit('update:modelValue', Number.parseInt((event.target as HTMLInputElement).value)) :\n emit('update:modelValue', (event.target as HTMLInputElement).value)\n }\"\n @input=\"handleInput\"\n @keydown.enter=\"onEnter\"\n />\n
\n \n
\n
\n \n
\n
\n
\n
\n {{ props.error.charAt(0).toUpperCase() + props.error.slice(1) }}\n
\n
= (maxInt as number)\"\n >\n Number must be less than {{ props.maxInt }}\n
\n
\n