P2Package: datetimeType: enhancementhelp wanted
倉庫指標
- Star
- (20,263 star)
- PR 合併指標
- (平均合併 43天 10小時) (30 天內合併 27 個 PR)
描述
Environment
- Package version(s): @blueprintjs/datetime 3.18.5
- Operating System: macOS Big Sur Version 11.1
- Browser name and version: Chrome Version 87.0.4280.141 (Official Build) (x86_64)
Code Sandbox
Link to a minimal repro: https://codesandbox.io/s/blueprint-sandbox-forked-rk722?file=/src/DatetimeExample.tsx
Steps to reproduce
Specify placeholder on DateRangeInput e.g. "Please enter date"
Actual behavior
Placeholders say "Start date" and "End date"
Expected behavior
Placeholders should be the specified string e.g. "Please enter date"
Possible solution
Since there are two fields, the placeholder should be [string, string] for the start date and end date respectively