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

LeaveOnEnterKey property added for Material TextBoxes. #269

Merged
merged 10 commits into from
Nov 7, 2021
Merged

LeaveOnEnterKey property added for Material TextBoxes. #269

merged 10 commits into from
Nov 7, 2021

Conversation

valimaties
Copy link

Implemented LeaveOnEnterKey property on all textboxes controls. This property will allow you to select the next control which have TabStop property on True, if this property is set to True.
By default, it is False, to preserve current approach of Material TextBox controls.

Mention:
On MultiLine controls, to be able to add Carriage Return (Enter key) in text, the user must press CTRL+Enter, if this property is set to True.

@orapps44 orapps44 merged commit a4345a4 into leocb:master Nov 7, 2021
@orapps44
Copy link
Collaborator

orapps44 commented Nov 7, 2021

Thanks for this new PR.

@orapps44 orapps44 added this to the 2.3.0 milestone Nov 8, 2021
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.

2 participants