ant-design/components/cascader
Sam Lanning 8f830ec366 fix inconsistent component state updates
React component state updates using setState may
asynchronously update this.props and this.state, thus it is
not safe to use either of the two when calculating the new
state passed to setState, and instead the callback-based
variant should be used instead.
2018-12-20 17:29:02 +08:00
..
__tests__ :globe: fix cascader locale, close #13486 2018-12-07 20:07:33 +08:00
demo 💄 fix eslint problems 2018-11-28 15:11:02 +08:00
style support prettier 2018-12-07 18:27:30 +08:00
index.en-US.md Cascader support limit filtered item count (#13206) 2018-11-26 11:29:16 +08:00
index.tsx fix inconsistent component state updates 2018-12-20 17:29:02 +08:00
index.zh-CN.md Cascader support limit filtered item count (#13206) 2018-11-26 11:29:16 +08:00