-
Notifications
You must be signed in to change notification settings - Fork 39
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
Chooser custom text for "No items to display!" #71
Comments
Hey, thanks for bringing up this issue:
|
I've got a first commit, but I think it's too soon for a pull request.
|
I agree with this and it's in sync with the first point above. The best place to do that would be here: https://github.com/gdotdesign/elm-ui/blob/development/source/Ui/Chooser.elm#L309 with a |
PR #73 |
As a programmer that's using the elm-ui chooser, I would like to set the text for when there are no items to display or to select.
In above picture I would like to set the text to "No movies to select."
I would be nice if it was possible to change this text the same way as the placeholder text can be changed.
The value of the string is now hard coded in Styles/Chooser.elm on line 115.
Before trying to create a pull request for this I would like to known if someone is already busy with this feature, are there any tips how to implement this and if this feature is a good idea in general.
The text was updated successfully, but these errors were encountered: