Skip to content

Commit b2e7e79

Browse files
authored
Merge pull request #8 from sirfuzzalot/docs/update-textinput-docs
docs: update docs to indicate unicode support
2 parents 5a42394 + acf31b6 commit b2e7e79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ to change, much like the underlying Textual library.
1818
- one line of text
1919
- placeholder and title support
2020
- password mode to hide input
21-
- support for ASCII printable characters
21+
- support for Unicode characters
2222
- controls: arrow right/left, home, end, delete, backspace/ctrl+h, escape
2323
- emits - InputOnChange, InputOnFocus messages
2424

src/textual_inputs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .integer_input import IntegerInput
22
from .text_input import TextInput
33

4-
__version__ = "0.1.2"
4+
__version__ = "0.2.0"
55

66
__all__ = ["IntegerInput", "TextInput"]

0 commit comments

Comments
 (0)