-
Notifications
You must be signed in to change notification settings - Fork 6
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
Resdesign issues #900
base: develop
Are you sure you want to change the base?
Resdesign issues #900
Conversation
fix for alert and alignment issues
@ishpaul777 @tejveer777 |
<Form.Item name="categories" label="Categories"> | ||
<Selector mode="multiple" action="Categories" createEntity="Category" /> | ||
<Form.Item name="categories"> | ||
<label>Categories</label> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://ant.design/components/form . cant we use the layout prop instead of manually adding labels .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it an issue on antd or on our end ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Faced this issue quite a few times couldn't figure out reason,
fixes #897