render again if data has changed

This commit is contained in:
Christophe 2021-03-31 18:30:13 +02:00
parent 724ee6c6f4
commit 82d0321f1f

View File

@ -46,6 +46,7 @@ class Autocomplete {
setData(data) {
this.options.data = data;
this.renderIfNeeded();
}
renderIfNeeded() {