The resetTarget property (boolean) controls whether the target element value is overwritten with the date value during init().
Declaration
DayPilot.DatePicker.resetTargetDefault Value
trueExample
const picker = new DayPilot.DatePicker({
target: "start",
resetTarget: false,
// ...
});
picker.show();See Also
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot