Closed formfcw closed 4 months ago
Since there is no clear indication which of the action buttons is a create button, I solved it by always taking the first one. So in the worst case, it will be labeled by "Add Existing" instead of "Create New", while providing the expected functionality.
Totally fine, thanks for letting us know about it
The code for this is good and it functions well except for a small bug. The button matrix does not load on initial render of the page, but it loads after a refresh. Experimental.m2a.interface.screen.recording.mov
Once that's fixed, I can approve and merge. Thanks
@binaryben Fixed it (in a really hacky way)!
in a really hacky way
const maxTries = 20;
Works for me! 😊
Everything should meet the requirements.
One small note: Since there is no clear indication which of the action buttons is a create button, I solved it by always taking the first one. So in the worst case, it will be labeled by "Add Existing" instead of "Create New", while providing the expected functionality.