Closed
Description
It will be more convenient to use a TextArea instead of TextField for listing the PV name to add in Alarm Service
Code to change :
- app-alarm-ui org.phoebus.applications.alarm.ui.tree.AddComponentAction.java
Line 45 replace private final TextField name = new TextField(); by private TextArea name = new TextArea(); - core-ui : org.phoebus.ui.autocomplete.AutocompleteMenu.java
Line 113 replace TextField by TextInputControl (TextInputControl is the mother-class of TextField and TextArea)
Metadata
Metadata
Assignees
Labels
No labels