TextBox
Note: You can check the Avalonia docs for the TextBox and TextBox API if you need more information.
For Avalonia.FuncUI's DSL properties you can check TextBox.fs
The textbox is a control that allows a user to input strings.
Usage
Basic usage
Example
Often you simply save the string in the state and use it for other things from there:
Last updated