-
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
FormItem: Style is broken #274
Comments
Also I'd added an import line at the top of this file. import { useViewportRange } from '@ui5/webcomponents-react-base/lib/useViewportRange'; |
MarcusNotheis
added a commit
that referenced
this issue
Jan 21, 2020
every form item had his own context as it was part of the bundled file. Now the Form shares a context with the FormItems. Fixes #274
MarcusNotheis
added a commit
that referenced
this issue
Jan 21, 2020
every form item had his own context as it was part of the bundled file. Now the Form shares a context with the FormItems. Fixes #274
Thanks for spotting this @iamuan! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
In FormItem component, currentRange is always null.
To Reproduce
Steps to reproduce the behavior:
I've installed @ui5/webcomponents-react version v0.7.0.
If I add the following line into node_modules/@ui5/webcomponents-react/lib/FormItem.js under 50th line like below.
Then FormItem will be rendered as expected style.
The text was updated successfully, but these errors were encountered: