-
Notifications
You must be signed in to change notification settings - Fork 87
Closed
Labels
Impact: LowSeverity: MinorbugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershacktoberfestFeel free to work on this during HacktoberfestFeel free to work on this during Hacktoberfestrequires new majorThis would be a breaking changeThis would be a breaking changevaadin-upload
Description
Description
vaadin-form-layout-flow offers two methods to add components:
addfrom implementing theHasComponentinterface;addFormItem;
When adding an Upload component to a FormLayout component, using the 1st method it's rendered out of bounds, while using the 2nd method everything is rendered correctly.
Expected outcome
Actual outcome
Steps to reproduce
- Create a view with a
FormLayoutcomponent; - Add a
Uploadcomponent to theFormLayoutusing theaddmethod; - Add a
Uploadcomponent to theFormLayoutusing theaddFormItemmethod.
Browsers Affected**
- [x ] Chrome
- [x ] Firefox
- [x ] Edge (new Chromium based)
** haven't tested other browsers, but I'd say the issue is browser independent.
Metadata
Metadata
Assignees
Labels
Impact: LowSeverity: MinorbugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershacktoberfestFeel free to work on this during HacktoberfestFeel free to work on this during Hacktoberfestrequires new majorThis would be a breaking changeThis would be a breaking changevaadin-upload

