We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>';
The text was updated successfully, but these errors were encountered:
This has already been fixed in #63. Run a composer update to get the latest version!
composer update
Sorry, something went wrong.
Thx so much. (y)
No branches or pull requests
if not set a value attribute then submit a inner tag.
The text was updated successfully, but these errors were encountered: