Improver

Results 17 comments of Improver

It is no need for any annotation to happend as described in https://vaadin.com/forum/thread/17604535

So take to consideration: https://github.com/vaadin/vaadin-text-field/issues/506

Let me react to @jouni There is simple use case as TextArea can be only scroll entirely then you cannot use well prefix and suffix component as it is hard...

I do not think so it could be fixed by "sticky" in case of "middle".

I mean like any icon shown in middle of visible area not in middle of entire scrollable area.

Firstly this should be possible just from API. If I used your code in https://www.w3schools.com/Css/tryit.asp?filename=trycss_position_sticky so wrapped to DIV as styled as flex and no padding and set fixed size...

In context of Java client that call returns JSON you can have just one object field that could eat any variant of property name. That can happens e.g. when service...

> This has been floated at the JSON Schema project as a sort of schema evolution feature. We're unlikely to act on it but it could be done in an...

I would like to suggest to extend: com.vaadin.flow.dom.DomListenerRegistration by com.vaadin.flow.dom.DomListenerRegistration.cancelBubble(boolean) com.vaadin.flow.dom.DomListenerRegistration.stopPropagation(boolean) As I can see it is possible to stopPropagation via com.vaadin.flow.dom.DomListenerRegistration.setFilter(String) where "String" is (event.stopPropagation() || true), but this...

netbeans-linux-435-on-20210531-release.zip Product Version = Apache NetBeans IDE DEV (Build dev-0fb44eb02182e92bbb654c67781358c301fada94) Runtime = OpenJDK Runtime Environment 11.0.10+9-LTS System Locale; Encoding = en_US (nb); UTF-8 messages.log contains several: java.lang.NoSuchMethodException: com.sun.tools.javac.comp.Enter.unenter(com.sun.tools.javac.tree.JCTree$JCCompilationUnit, com.sun.tools.javac.tree.JCTree) at...