mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-23 01:57:06 +03:00
make sure is-filled is added when initial html value is not empty
This commit is contained in:
parent
06bf55ac47
commit
dbbd0fb8aa
|
@ -99,6 +99,10 @@ const BaseInput = (($) => {
|
||||||
|
|
||||||
this.addFocusListener()
|
this.addFocusListener()
|
||||||
this.addChangeListener()
|
this.addChangeListener()
|
||||||
|
|
||||||
|
if(this.$element.val() != ''){
|
||||||
|
this.addIsFilled()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dispose(dataKey) {
|
dispose(dataKey) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user