Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

290 insert text at caret #291

Merged
merged 2 commits into from
Mar 28, 2021
Merged

290 insert text at caret #291

merged 2 commits into from
Mar 28, 2021

Conversation

vaadin-miki
Copy link
Owner

closes #290

text-selection-mixin now has a replaceText() method that can be called from TextModificationDelegate, which in turn is an extension of TextSelectionDelegate that is available for SuperTextField and SuperTextArea, but not for date field nor number fields (the code can still be triggered from client side, but it is not exposed on the java side)

@vaadin-miki vaadin-miki self-assigned this Mar 28, 2021
@vaadin-miki vaadin-miki added this to the Next release milestone Mar 28, 2021
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@vaadin-miki vaadin-miki merged commit b900acd into development Mar 28, 2021
@vaadin-miki vaadin-miki deleted the 290-insert-text-at-caret branch March 28, 2021 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add text at caret position
1 participant