Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clear button style with multiple is absent #11

Closed
Alxdhere opened this issue May 11, 2015 · 2 comments
Closed

clear button style with multiple is absent #11

Alxdhere opened this issue May 11, 2015 · 2 comments
Labels

Comments

@Alxdhere
Copy link

There are not css for select2-selection__clear with multiple=true (select2-selection--multiple). Clear button render after inline input, but not at right side of select2 control.
Screenshot

@fk fk added this to the 0.1.0-beta.4 milestone Jun 8, 2015
fk pushed a commit that referenced this issue Jun 8, 2015
…-multiple.

Incomplete and only Sass for now; references #11.
@fk fk added the bug label Jun 8, 2015
@fk
Copy link
Member

fk commented Jun 24, 2015

Not closed yet because of this issue:

select2-clear

@fk fk modified the milestone: 0.1.0-beta.4 Jul 1, 2015
@fk
Copy link
Member

fk commented Aug 30, 2016

Closing as this as

  • the original issue has been fixed
  • the bug that came up while solving the original issue (that is unrelated to the latter and shown in the GIF in my previous comment ("Select2 multi append Radiobutton")) is tracked in Combining a placeholder with an extra <option>-element and allowClear in a multiple-select select2#4367
  • the bug is easily avoided by not providing an empty <option></option> for multi Select2 widgets (contrary to single Select2, where the placeholder feature requires an empty <option></option>)
  • http://codepen.io/fk/pen/bepgOw provides an isolated, working example
  • the select2-bootstrap-theme demo will be updated to remove the conflicting <option></option> for the "Select2 multi append Radiobutton" Select2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants