mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-10 19:57:13 +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.addChangeListener()
|
||||
|
||||
if(this.$element.val() != ''){
|
||||
this.addIsFilled()
|
||||
}
|
||||
}
|
||||
|
||||
dispose(dataKey) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user