Skip to content

Instantly share code, notes, and snippets.

@mailtodanish
Last active November 6, 2022 05:22
Show Gist options
  • Save mailtodanish/589de1d18df5cfb45a1a615e42745930 to your computer and use it in GitHub Desktop.
Save mailtodanish/589de1d18df5cfb45a1a615e42745930 to your computer and use it in GitHub Desktop.
oj-input-date
<oj-input-date autocomplete="off"
class="oj-form-control-max-width-sm oj-form-control-width-sm oj-form-control-text-align-start "
value="{{from_date}}" label-hint="From" required min="[[min()]]" max="[[form.to_date]]">
</oj-input-date>
<oj-input-date autocomplete="off"
class="oj-form-control-max-width-sm oj-form-control-width-sm oj-form-control-text-align-start "
value="{{to_date}}" label-hint="To" required :id="[['form-to-date-id'+$uniqueId]]"
max="[[(new Date()).toISOString()]]">
</oj-input-date>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment