我在API中看不到任何禁用此行为的内容。
我只想让用户点击一个特定的日期。
发布于 2018-09-09 10:18:54
使用prop onSelecting。例如:onSelecting = {slot => false}
onSelecting
onSelecting = {slot => false}
https://stackoverflow.com/questions/49042426
相似问题