diff options
author | Anastasia Smirnova <anasmi@utu.fi> | 2018-12-14 13:06:00 +0200 |
---|---|---|
committer | Sun Zhe <31067185+ZheSun88@users.noreply.github.com> | 2018-12-14 13:06:00 +0200 |
commit | 7ecd44cfb6a2d08d67f72e38cadaba8fab04962d (patch) | |
tree | b524ed84a8d3af04e4500ff2053fa5b2a68a4853 /all | |
parent | 891bb534de30ed39e463af88f67e7f5bbf94e3f1 (diff) | |
download | vaadin-framework-7ecd44cfb6a2d08d67f72e38cadaba8fab04962d.tar.gz vaadin-framework-7ecd44cfb6a2d08d67f72e38cadaba8fab04962d.zip |
Move onClick logic to the Connector (#11367)
* Move onClick logic to the Connector
Move onClick event handling from 'VNativeButton' to NativeButtonConnector. Now works as for regular button.
Also, adding propagation of the `enabled` value to the state on disableOnClick being true
Fixes https://github.com/vaadin/framework/issues/11188
Diffstat (limited to 'all')
-rw-r--r-- | all/src/main/templates/release-notes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index d5b79557c5..cb453773c8 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -103,6 +103,7 @@ <ul> <li><tt>VaadinIcons.SEARCH_MINUS</tt> and <tt>VaadinIcons.SEARCH_PLUS</tt> codes were changed due to typo fix</li> + <li>Public <tt>disableOnClick</tt> variable in <tt>VNatiButton</tt> is removed due to the refactoring</li> </ul> <h2>For incompatible or behavior-altering changes in 8.6, please see <a href="https://vaadin.com/download/release/8.6/8.6.0/release-notes.html#incompatible">8.6 release notes</a></h2> |