tview icon indicating copy to clipboard operation
tview copied to clipboard

Add support for read only form items

Open berrange opened this issue 5 years ago • 0 comments

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

berrange avatar May 27 '20 10:05 berrange