vaadin / flow

Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.
Apache License 2.0
618 stars 167 forks source link

Create demos using Binder features for all components that implements HasValue #2259

Open gilberto-torrezan opened 7 years ago

gilberto-torrezan commented 7 years ago

The demos of components that implement HasValue should have a section showcasing the usage of Binder and its features:

(Using the FW8 documentation as the guide: https://vaadin.com/docs/-/part/framework/datamodel/datamodel-forms.html )

The design should follow the one used by the vaadin elements: by having links at the top of the page, where the user the select the topics he is interested in.

Example of such page: https://cdn.vaadin.com/vaadin-core-elements/master/vaadin-date-picker/demo/

(There's a separate ticket for the design: #2398 )

SomeoneToIgnore commented 7 years ago

Currently they are: CheckBox, ComboBox, DatePicker, PasswordField, TextField

SomeoneToIgnore commented 7 years ago

You won't be able to finish this ticket due to different bugs with components and Binder currently, but this ticket is very good to be done now, since we can get all the problematic cases.

So: create all demos despite the fact that some of them do not work, write IT tests for each case and create a ticket for each bug discovered.

pleku commented 7 years ago

Waits for #2398