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

Select ( multiple ) issue #1670

Closed
rufus87novembit opened this issue Nov 26, 2017 · 1 comment
Closed

Select ( multiple ) issue #1670

rufus87novembit opened this issue Nov 26, 2017 · 1 comment
Milestone

Comments

@rufus87novembit
Copy link

rufus87novembit commented Nov 26, 2017

Issue description:

Hi there,
There is an issue in version 3.0.16.
The issue is following: if I select some choices I can't clean up the select field. It does not let to remove the latest value. It seams that the value is removed, but after settings publishing and refreshing customizer I can see the latest value is there again.

Version used:

3.0.16

Using theme_mods or options?

"options"

Code to reproduce the issue (config + field(s))

Kirki::add_field( 'my_theme', array( 'settings' => 'my_composition', 'label' => __( 'Composition', 'textdomain' ), 'section' => 'my_section', 'type' => 'select', 'priority' => 60, 'default' => array(), 'multiple' => 15, 'choices' => array( 'a' => 'A', 'b' => 'B', 'c' => 'C' ), ) );

@aristath
Copy link
Contributor

@rufus87novembit thank you for reporting this!
It has been fixed in the develop branch and the fix will be included in v3.0.17 in a few days.

In the meantime if you could test what you're building with the develop branch I'd appreciate it. There is very few people actually testing these things, so the more eyes we get on these things before a new version is released the better it will be for everyone so that we may get a stable a bug-free release 👍

@aristath aristath added this to the 3.0.17 milestone Nov 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants