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

placeholderOption must set empty value #65

Closed
po-ku opened this issue Jul 30, 2015 · 2 comments
Closed

placeholderOption must set empty value #65

po-ku opened this issue Jul 30, 2015 · 2 comments

Comments

@po-ku
Copy link

po-ku commented Jul 30, 2015

if not set a value attribute then submit a inner tag.

 < return '<option' . $this->html->attributes($options) . '>' . e($display) . '</option>';
 ---
 > return '<option' . $this->html->attributes($options) . ' value="">' . e($display) . '</option>';
@adamgoose
Copy link
Member

This has already been fixed in #63. Run a composer update to get the latest version!

@po-ku
Copy link
Author

po-ku commented Jul 30, 2015

Thx so much. (y)

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