Open lukasmasuch opened 1 week ago
To help Streamlit prioritize this feature, react with a 👍 (thumbs up emoji) to the initial post.
Your vote helps us identify which enhancements matter most to our users.
Hi @lukasmasuch, I've created a PR to implement this feature. Could you have a look and let me know in case of any issues. Thanks!
Checklist
Summary
Allow the user to specify a
mask
forst.text_input
to enforce specific input formats:Why?
No response
How?
Additional Context
MaskedInput
& themask
parameter). It uses the react-input-mask library.