Skip to content

Commit 811c4a0

Browse files
Forgot to also update changelog
1 parent e9c65da commit 811c4a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1616

1717
- Added `from_app_focus` to `Focus` event to indicate if a widget is being focused because the app itself has regained focus or not https://github.com/Textualize/textual/pull/5379
1818
- - Added `Select.type_to_search` which allows you to type to move the cursor to a matching option https://github.com/Textualize/textual/pull/5403
19-
- Added `Blur` message to `Input` widget (matching `Submitted` and `Changed`) to make it easier to synchronize with `validate_on` parameter when set to 'blur'.
19+
- Added `Blurred` message to `Input` widget (matching `Submitted` and `Changed`) to make it easier to synchronize with `validate_on` parameter when set to 'blur'.
2020

2121
### Changed
2222

2323
- The content of an `Input` will now only be automatically selected when the widget is focused by the user, not when the app itself has regained focus (similar to web browsers). https://github.com/Textualize/textual/pull/5379
2424
- Updated `TextArea` and `Input` behavior when there is a selection and the user presses left or right https://github.com/Textualize/textual/pull/5400
2525
- Footer can now be scrolled horizontally without holding `shift` https://github.com/Textualize/textual/pull/5404
26-
- Modified _on_blur method in `Input` to post a `Blur` message
26+
- Modified _on_blur method in `Input` to post a `Blurred` message
2727

2828

2929
## [1.0.0] - 2024-12-12

0 commit comments

Comments
 (0)