This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
ant-design
Watch
1
Star
0
Fork
0
You've already forked ant-design
mirror of
https://github.com/ant-design/ant-design.git
synced
2024-11-26 04:00:13 +08:00
Code
Issues
Actions
25
Packages
Projects
Releases
Wiki
Activity
101fdc7241
ant-design
/
components
/
form
/
constants.tsx
3 lines
93 B
TypeScript
Raw
Normal View
History
Unescape
Escape
fix form warning
2016-07-07 16:59:47 +08:00
export
const
FIELD_META_PROP
=
'data-__meta'
;
fix: upgrade rc-form and refactor to be compatible with react@16
2017-10-31 10:37:49 +08:00
export
const
FIELD_DATA_PROP
=
'data-__field'
;
Reference in New Issue
Copy Permalink