When using InlineBlind with useFocus, if usePlaceholder and useImmediate are both true, the current date is displayed instead of the placeholder. If usePlaceholder is true and useImmediate is false, the placeholder is displayed, but clicking on the input reveals only a small black strip (either the datepicker is malformed or it is present but mostly hidden).
It is my goal to have the placeholder text displayed until the user has exposed the datepicker and selected a date, so usePlaceholder=useImmediate=true seems like the correct choice of options.
When using InlineBlind with useFocus, if usePlaceholder and useImmediate are both true, the current date is displayed instead of the placeholder. If usePlaceholder is true and useImmediate is false, the placeholder is displayed, but clicking on the input reveals only a small black strip (either the datepicker is malformed or it is present but mostly hidden).
It is my goal to have the placeholder text displayed until the user has exposed the datepicker and selected a date, so usePlaceholder=useImmediate=true seems like the correct choice of options.