TextBox does not show cursor if it is empty.
See screenshots in the APP-548 bug.
TextBox in the sample created with the following code:
TextBox {
selectOnFocus: false
columns: 8
text: bind textcode with inverse
}
See screenshots in the APP-548 bug.
TextBox in the sample created with the following code:
TextBox {
selectOnFocus: false
columns: 8
text: bind textcode with inverse
}