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

Feature: ComboBox with settable first empty item [moved] #41

Open
jonnybbb opened this issue Nov 18, 2012 · 0 comments
Open

Feature: ComboBox with settable first empty item [moved] #41

jonnybbb opened this issue Nov 18, 2012 · 0 comments

Comments

@jonnybbb
Copy link
Contributor

This is Issue 41 moved from a Google Code project.
Added by 2011-04-18T07:32:00.000Z by [email protected].
Please review that bug for more context and additional comments, but update this bug.

Original labels: Type-Defect, Priority-Medium

Original description

<b>What steps will reproduce the problem?</b>
1. com.pietschy.gwt.pectin.client.components/ListBoxWorkAroundBug2689.java
2. in the init function super.addItem(&quot;&quot;, NULL_VALUE); ist set

<b>What is the expected output? What do you see instead?</b>
a created ComboBox will always have a blank first item. It would be a nice feature if you could set the value of the empty item or set a watermark with a defined value. I modified the file and added the value super.addItem(&quot;please choose&quot;, NULL_VALUE);
but it would be nice to set it outside the pectin core code

<b>What version of the product are you using? On what operating system?</b>
0.8

<b>Please provide any additional information below.</b>
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

1 participant