On Tuesday, April 28, 2020 at 3:52:32 PM UTC+2, Alexander Bertram wrote: > > Hi, > > When moving to gwt-2.9.0-RC1 and elemental2 1.0.0 (from elemental2 > 1.0.0-RC1), it seems that HTMLElement no longer has a click() method > defined. Is that intentional? Is there alternative? We use this to trigger > the File Dialog for file inputs. >
There's HTMLInputElement#click(): https://javadoc.io/static/com.google.elemental2/elemental2-dom/1.0.0/elemental2/dom/HTMLInputElement.html#click-- This might be intentional, or not, but it's Elemental2, it's orthogonal to GWT (other than the dependency requirements regarding which version of Elemental2 is compatible with which version of GWT). -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/594a8cf7-b7d8-4c01-b9ec-daeef3408515%40googlegroups.com.
