From e0f01e80d70971d4cec0cfb255568e047d8c30ba Mon Sep 17 00:00:00 2001 From: Darren Burns Date: Thu, 5 Sep 2024 07:59:21 +0100 Subject: [PATCH] Update MaskedInput "added in version" note in docs --- docs/widgets/masked_input.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]*.