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

easy way to put a mask for input in cell #525

Open
vks2 opened this issue May 28, 2024 · 1 comment
Open

easy way to put a mask for input in cell #525

vks2 opened this issue May 28, 2024 · 1 comment

Comments

@vks2
Copy link

vks2 commented May 28, 2024

Hi jingwood,
is there a easy method to let the user fill a cell only with given subset of chars , with a mask, wildcard or smth alike?
I need also to show it to user that not any value is accepted (example: phone +?-???-???-?????)
thanks much for your work & support
best

@jingwood
Copy link
Member

jingwood commented Jun 7, 2024

Thanks for your feedback!

Unfortunately, ReoGrid currently does not support that feature. However, you can implement it using the worksheet events CellEditCharInputted and CellEditTextChanging if you wish.

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

No branches or pull requests

2 participants