diff --git a/docs/widgets/masked_input.md b/docs/widgets/masked_input.md index 0a8820d27c..d40350b2c8 100644 --- a/docs/widgets/masked_input.md +++ b/docs/widgets/masked_input.md @@ -1,6 +1,6 @@ # MaskedInput -!!! tip "Added in version 0.74.0" +!!! tip "Added in version 0.80.0" A masked input derived from `Input`, allowing to restrict user input and give visual aid via a simple template mask, which also acts as an implicit *[validator][textual.validation.Validator]*.