mathworks / mathworks/widgets-toolbox
ListSelector Enhancements: Web App support and Optional Add/Delete
@rjackey is already working on this.
Since Feb 12, 2025.
- Dominant language
- HTML
- Stars
- 39
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Suggested addutions that could be made to the single pane ListSelector widget to improve usability.
-
The single pane ListSelector uses listdlg() when adding options from the Items property to the Value property (making options visible to be reordered). The listdlg() function is not supported by Web Apps as noted on the "Web App Limitations and Unsupported Functionality" page. An alternate to the ListSelector that works with Web Apps would be very useful.
-
The Add/Delete/Move Up/Move Down buttons for the single pane ListSelector are invisible until one of the options in the list is selected, desired to have them be visible initially. Examples page on File Exchange notes that reordering buttons can be made optional, could not locate property that controls this. Would like option to also make the Add/Delete buttons optional to use widget purely to reorder Items in the list.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.