Ant Design TreeSelect component has a feature for asynchronous loading of tree nodes.
You can define a callback function loadData for the component and the function is called when a non-leaf tree node is expanded. It is also loading indication displayed until the function returns the result.
It would be really helpful to have this feature in AntdTreeSelect.
Ant Design TreeSelect component has a feature for asynchronous loading of tree nodes.
You can define a callback function
loadData
for the component and the function is called when a non-leaf tree node is expanded. It is also loading indication displayed until the function returns the result.It would be really helpful to have this feature in AntdTreeSelect.