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

Masked Text with static suffix #81

Closed
rello86 opened this issue Sep 4, 2023 · 1 comment
Closed

Masked Text with static suffix #81

rello86 opened this issue Sep 4, 2023 · 1 comment

Comments

@rello86
Copy link

rello86 commented Sep 4, 2023

i have the following mask

static var mask = MaskTextInputFormatter( mask: '###-###.###.### MWST', filter: {'#': RegExp(r'[a-zA-Z0-9]')}, type: MaskAutoCompletionType.eager, );

the suffix MWST only appear when typing.

Thanks.

@siqwin
Copy link
Owner

siqwin commented Nov 28, 2023

Try to use suffixText of InputDecoration for TextField.

@siqwin siqwin closed this as completed Nov 28, 2023
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