jquery-archive / jquery-mobile

jQuery Mobile Framework
https://jquerymobile.com
Other
9.69k stars 2.4k forks source link

Selectmenu: checkboxes in multiple select menu list are missing #8507

Open jaspermdegroot opened 7 years ago

jaspermdegroot commented 7 years ago

Checkboxes in multiple select menu list are missing.

See the "multiple" examples on http://view.jquerymobile.com/master/demos/selectmenu-custom/ vs. http://demos.jquerymobile.com/1.4.5/selectmenu-custom/

apsdehal commented 7 years ago

@jaspermdegroot Any particular reason these were removed in https://github.com/jquery/jquery-mobile/commit/bf6bb09d40d6cd1da5df07dc338f5ea9cf2c522c

jaspermdegroot commented 7 years ago

@apsdehal - That was because we are switching from ::after pseudo element to spans for icons.

apsdehal commented 7 years ago

So checkbox was generated by the pseudo element which is no longer available. Thus, to solve this I have to add span element in anchor with proper classes.

jaspermdegroot commented 7 years ago

@apsdehal - Yeah, that's correct.