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

The select field stays empty when the option has accents #6

Closed
jlballes opened this issue Apr 1, 2020 · 1 comment
Closed

The select field stays empty when the option has accents #6

jlballes opened this issue Apr 1, 2020 · 1 comment

Comments

@jlballes
Copy link

jlballes commented Apr 1, 2020

Hi,
I have a filter with this column:

protected $columns = [ 'province' => [ 'type' => 'select', 'options' => [ 'Almería' => 'Almería', 'Madrid' => 'Madrid', 'Ciudad Real' => 'Ciudad Real' ], 'label' => 'Province', ] ];

When I select 'Madrid' the select field shows 'Madrid', but if I select an option with accents or blanks like 'Almería' or 'Ciudad Real', the select field shows empty, although the data is filtered correctly.
The problem is that the user does not know what option has selected.

Best regards and thank you for this Nova package.

@dddeeemmmooonnn
Copy link
Owner

thx, fixed

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