Nguyễn Minh nhật

Results 4 comments of Nguyễn Minh nhật

I had same issue when try to get list months of year, so here is my way: `Array.from({ length: 12 }, (_, i) => ({ label: dayjs().locale('vi').month(i).format('MMMM'), value: i +...

> If you - the READER - are also interested in this stuff, then please leave a short comment "I'm interested too" so that we know that I'm not the...

> @milhlhat same way as usual, just rerender the graph > > Pseudocode > > ```js > clickHandler = (nodeData) =>{ > chart.nodeWidth(d=> d!=nodeData?oldHeight:newHeight) > chart.render() > } > ```...

rc-tree-select/assets/index.css removed from v3, use `import 'rc-tree-select/assets/index.less';` instead