P2Package: datetimeType: enhancementhelp wanted
倉庫指標
- 星標
- (20,263 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
Environment
- Package version(s): @blueprintjs/datetime 3.23.15
- Browser and OS versions: N/A (let me know if you need this for whatever reason)
Question
Is there a way to put the DatePicker component into a disabled/readOnly state? I've found that I can put all days in a disabled state like so:
<DatePicker dayPickerProps={{disabledDays: () => true}}/>
But then the user can still interact with the month/year controls.
