ant-design-vue icon indicating copy to clipboard operation
ant-design-vue copied to clipboard

class ant-select-in-form-item affected my custom component

Open copyingMachine opened this issue 1 year ago • 0 comments
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>

copyingMachine avatar Jan 03 '24 08:01 copyingMachine