companion
companion copied to clipboard
[BUG] Cannot select or edit contents of custom dropdown option entry
Is this a bug in companion itself or a module?
- [X] I believe this to be a bug in companion
Is there an existing issue for this?
- [X] I have searched the existing issues
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
- Create new Action which has a dropdown option with
allowCustom: true - Enter custom value of
'123456', hit enter to commit value - Try and change value to
'12345'by deleting last char - 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
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
No worries, thanks for confirming.
This is in the 4.0 betas