Describe the bug
The multiple attribute can be added to the <cfpb-select> web component, which turns it into a multiselect. Multiple items can then be selected. If the multiple attribute is then removed, multiple items remain checked. This state change should probably only leave the last selection selected, and unselect all others.
Describe the bug
The
multipleattribute can be added to the<cfpb-select>web component, which turns it into a multiselect. Multiple items can then be selected. If themultipleattribute is then removed, multiple items remain checked. This state change should probably only leave the last selection selected, and unselect all others.