入力日付を手動で入力できるように、標準の DatePicker を拡張できますか? パネルが表示されても問題ありません。
もしそうなら、ヒントはありますか?
blockKeydown オプションは機能せず、(おそらく廃止された) デバッグも機能しませんでした。
入力日付を手動で入力できるように、標準の DatePicker を拡張できますか? パネルが表示されても問題ありません。
もしそうなら、ヒントはありますか?
blockKeydown オプションは機能せず、(おそらく廃止された) デバッグも機能しませんでした。
使用オプション:blockKeydown: false;
blockKeydown: (*boolean*, defaults to true)
Whether it should block keydown events,
so the user can type into the input field or not.
ソース: https://github.com/arian/mootools-datepicker/#options-2