Float label support for InputNumber

pull/358/head
cagataycivici 2020-07-03 11:07:31 +03:00
parent d1a5d23af9
commit 96b90bf85a
1 changed files with 5 additions and 0 deletions

View File

@ -113,6 +113,11 @@ export default {
_index: null,
isSpecialChar: null,
timer: null,
data() {
return {
focused: false
}
},
created() {
this.numberFormat = new Intl.NumberFormat(this.locale, this.getOptions());
const numerals = [...new Intl.NumberFormat(this.locale, {useGrouping: false}).format(9876543210)].reverse();