bitfocus / companion

Bitfocus Companion enables the reasonably priced Elgato Streamdeck and other controllers to be a professional shotbox surface for an increasing amount of different presentation switchers, video playback software and broadcast equipment.
http://bitfocus.io/companion
Other
1.46k stars 489 forks source link

[BUG] Cannot select or edit contents of custom dropdown option entry #2910

Open phillipivan opened 2 weeks ago

phillipivan commented 2 weeks ago

Is this a bug in companion itself or a module?

Is there an existing issue for this?

Describe the bug

The contents of a custom entry in an action option of dropdown type with allowCustom: true can not be selected or edited, only replaced wholesale with a drop down entry or new custom entry.

Steps To Reproduce

  1. Create new Action which has a dropdown option with allowCustom: true
  2. Enter custom value of '123456', hit enter to commit value
  3. Try and change value to '12345' by deleting last char
  4. Try and select entry to copy to another option.

Expected Behavior

Can select and edit custom entries for correcting typos, copying, etc.

Environment (please complete the following information)

- OS: Win 10 Build 19045
- Browser: Chrome 125
- Companion Version: 3.4.0 Build 7045

Additional context

No response

Julusian commented 2 weeks ago

This is a known limitation, as this is all the dropdown/select component we use supports. It probably is possible to improve this, but its not going to be easy

phillipivan commented 2 weeks ago

No worries, thanks for confirming.