Skip to content

Conversation

@sirfuzzalot
Copy link
Owner

  • support for creating custom message names for on change and on focus events within inputs.
  • add events.make_message_class to convert handler names to message classes
  • patch bug in integer input where up and down keys did not register on change events
  • update docs with docstrings for quick reference. Remove reference to requirements.txt
  • remove requirements.txt in favor of pip install -e .
  • update simple_form example for custom messages
  • bump version of textual to latest

Closes #21

@sirfuzzalot sirfuzzalot added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request labels Jan 10, 2022
@sirfuzzalot sirfuzzalot self-assigned this Jan 10, 2022
- support for creating custom message names for on change and on focus events within inputs.
- add events.make_message_class to convert handler names to message classes
- patch bug in integer input where up and down keys did not register on change events
- update docs with docstrings for quick reference. Remove reference to requirements.txt
- remove requirements.txt in favor of pip install -e .
- update simple_form example for custom messages
- bump version of textual to latest
@sirfuzzalot sirfuzzalot force-pushed the feat/custom-message-names branch from 92403bb to fc7349b Compare January 10, 2022 01:13
@sirfuzzalot sirfuzzalot merged commit 48b20f1 into main Jan 10, 2022
@sirfuzzalot sirfuzzalot deleted the feat/custom-message-names branch January 10, 2022 01:13
@sirfuzzalot sirfuzzalot changed the title feat: custom message names Custom message names May 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Patch IntegerInput on_key for up and down keys

2 participants