From cf6d63ca63a68f9d9752a9bbb9be581a0588cb17 Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Wed, 6 Feb 2019 14:35:36 +0100 Subject: [PATCH] build: fix web_worker images example not working (#28562) The web_worker images example is currently not really usable because the rendered button that can be used to upload an "image" to the demo is currently not working. This is because the HTML markup for the `file-field` is not matching what `materialize-css` expects. See: https://materializecss.com/text-inputs.html PR Close #28562 --- modules/playground/src/web_workers/images/image_demo.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/playground/src/web_workers/images/image_demo.html b/modules/playground/src/web_workers/images/image_demo.html index 83c25c1226..e1ae692b98 100644 --- a/modules/playground/src/web_workers/images/image_demo.html +++ b/modules/playground/src/web_workers/images/image_demo.html @@ -24,10 +24,13 @@ -
+
Select Images
+
+ +