You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)