Skip to content

Commit

Permalink
Fix doc on applyMinMax
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsage committed Mar 25, 2019
1 parent ea003d2 commit c31c3a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc_builder/data/interface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ func :
$(input).datebox( "applyMinMax" );
```
This refers to the actual min and max attributes, with are translated to ___minDays___ and ___maxDays
This refers to the actual min and max attributes, with are translated to ___minDate___
and ___maxDate___. (ISO date strings)
DateBox does not "watch" the min/max HTML attributes, other than on widget initialization.
If you programmatically change them via JavaScript, you will need to run this function to
Expand Down

0 comments on commit c31c3a5

Please sign in to comment.