-
Notifications
You must be signed in to change notification settings - Fork 103
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
Form: MultiComboBox has a different width inside a form #564
Comments
Hey @CristianDDias, sorry for the late response, it was a terrible busy week. |
BREAKING CHANGE: deleted `CurrentViewportRange` (mostly used internally) BREAKING CHANGE: `FormGroup` and `FormItem` don't support `className`, `style`, `ref`, ..etc. props anymore, there are only used for calculating the final form layout. Closes #564
Hi @MarcusNotheis, thank you for fixing the issue. Which version should I update my project to get this fix? Is it already available? |
Hey @CristianDDias, just released as |
Hi @MarcusNotheis, I've just tried the new version and it seems that it also has some issues.
Check this new codesandbox and check the codesandbox app open in new window with resolution above 1440px. |
This looks like some bad side effect. |
|
yes, there will be now an option to control the columns. |
Hey @CristianDDias, "@ui5/webcomponents-react": "0.0.0-40d95790",
"@ui5/webcomponents-react-base": "0.0.0-40d95790" |
Hi @MarcusNotheis, I've just tried, but I've got the following error when importing the
I've also tried to use the version |
Describe the bug
I'm using a
Form
component inside aDialog
component. This form has 3 components, aSelect
, aMultiComboBox
and aDateTimePicker
. As described on this issue, I used awidth: 100%
style on the form components. It works fine, but theMultiComboBox
component is slightly wider than the other components.I'm sorry, I know this is a very small issue, but it's something that we've noticed when developing the form.
Isolated Example
Codesandbox
To Reproduce
MultiComboBox
width, which is slightly wider than the other components.Expected behavior
The
MultiComboBox
should have the same width as the other components.Screenshots
UI5 Web Components for React Information
@ui5/webcomponents
version: 1.0.0-rc.7@ui5/webcomponents-react
version: 0.9.11Operating System: Windows
Browser: Chrome
The text was updated successfully, but these errors were encountered: