You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mask text inside inputs. Like Date __/__/____ or Currency US$ 150.00.
Expected API (期望的 API)
I was thinking about something like the classic inputmask.js from https://github.com/RobinHerbots/Inputmask which allows creating custom masks.
The current input could get a mask prop like <n-input v-model:value="value" type="text" mask="(999) 999-9999" />
The text was updated successfully, but these errors were encountered:
This function solves the problem (这个功能解决的问题)
Mask text inside inputs. Like Date
__/__/____
or CurrencyUS$ 150.00
.Expected API (期望的 API)
I was thinking about something like the classic inputmask.js from https://github.com/RobinHerbots/Inputmask which allows creating custom masks.
The current input could get a mask prop like
<n-input v-model:value="value" type="text" mask="(999) 999-9999" />
The text was updated successfully, but these errors were encountered: