ant-design-vue
ant-design-vue copied to clipboard
class ant-select-in-form-item affected my custom component
trafficstars
- [x] I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
a-select usually will be add class ant-select-in-form-item if its inside of a-form-item, and the same to a-model contains a-select inside of a-form-item,although a-model rendered on body, so I need a api to block this default behavior when I didn't want this class.
What does the proposed API look like?
seems like <a-form-item-rest>