mithril-materialized 3.4.4 → 3.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -264,6 +264,7 @@ const Autocomplete = () => {
264
264
  state.isOpen = false;
265
265
  state.selectedIndex = -1;
266
266
  }
267
+ m.redraw();
267
268
  };
268
269
  const getDropdownStyles = () => {
269
270
  if (!state.inputElement) {
package/dist/index.js CHANGED
@@ -266,6 +266,7 @@ const Autocomplete = () => {
266
266
  state.isOpen = false;
267
267
  state.selectedIndex = -1;
268
268
  }
269
+ m.redraw();
269
270
  };
270
271
  const getDropdownStyles = () => {
271
272
  if (!state.inputElement) {
package/dist/index.umd.js CHANGED
@@ -268,6 +268,7 @@
268
268
  state.isOpen = false;
269
269
  state.selectedIndex = -1;
270
270
  }
271
+ m.redraw();
271
272
  };
272
273
  const getDropdownStyles = () => {
273
274
  if (!state.inputElement) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mithril-materialized",
3
- "version": "3.4.4",
3
+ "version": "3.4.5",
4
4
  "description": "A materialize library for mithril.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",