mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Add note on Input.Submitted docs
This commit is contained in:
@@ -49,6 +49,8 @@ The `Input.Changed` message is sent when the value in the text input changes.
|
|||||||
|
|
||||||
### Submitted
|
### Submitted
|
||||||
|
|
||||||
|
The `Input.Submitted` message is sent when you press ++enter++ with the text field submitted.
|
||||||
|
|
||||||
- [x] Bubbles
|
- [x] Bubbles
|
||||||
|
|
||||||
#### Attributes
|
#### Attributes
|
||||||
@@ -61,7 +63,6 @@ The `Input.Changed` message is sent when the value in the text input changes.
|
|||||||
## Additional Notes
|
## Additional Notes
|
||||||
|
|
||||||
* The spacing around the text content is due to border. To remove it, set `border: none;` in your CSS.
|
* The spacing around the text content is due to border. To remove it, set `border: none;` in your CSS.
|
||||||
*
|
|
||||||
|
|
||||||
## See Also
|
## See Also
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user