{
componentStore.set({ date });
}}
placeholder="Date"
value={state.date}
/>
In this example, the DatePicker is bound to a custom hidden input field. The right
panel retains the same state as the DatePicker, but is not contained within the
DatePicker component.