tview
tview copied to clipboard
Add support for read only form items
When a form item is readonly, any input events or mouse events that would cause its value to change are ignored.
Read only items are rendered when text color that matches the label color to distinguish them from items that accept input.
This implements half of the feature request in #192