diff options
author | Sun Zhe <31067185+ZheSun88@users.noreply.github.com> | 2019-04-24 13:28:01 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-24 13:28:01 +0300 |
commit | d3eb272d7be8ef8f2ceca1b9fc85f2adf5c564ea (patch) | |
tree | 67602b4575c52c4c4299d5469e54646f3fabc54b /osgi-integration | |
parent | e788dae27aaf99f8a6956dcde6eb95f2d1d5c38f (diff) | |
download | vaadin-framework-d3eb272d7be8ef8f2ceca1b9fc85f2adf5c564ea.tar.gz vaadin-framework-d3eb272d7be8ef8f2ceca1b9fc85f2adf5c564ea.zip |
Reset Combobox internal state (#11412)
issue in #11343 and #11385 is not reproducible on top this patch
Three different bugs are involved in this fix:
we bring the old fix(#11094) back and fixed the other related issues:
1) allow adding the same new item after dataProvider got reset, This is cause by the client side parameter `LastNewItemString`, it saves the value added before resetting.
2) clear the pending newItem eagerly, so that the same value will not be added again.
Diffstat (limited to 'osgi-integration')
0 files changed, 0 insertions, 0 deletions