fix: close keyboard fail if props.type is "number"
parent
e46d537d45
commit
2fab575df5
|
@ -569,6 +569,7 @@ export default defineComponent({
|
|||
value={inputValue.value}
|
||||
disabled={disabled}
|
||||
readonly={readonly}
|
||||
type="text"
|
||||
onFocus={(e: FocusEvent) => {
|
||||
focus.value = true;
|
||||
emit('focus', e);
|
||||
|
|
Loading…
Reference in New Issue