Skip to content

Instantly share code, notes, and snippets.

@is8r
Created December 18, 2016 12:26
Show Gist options
  • Save is8r/6545db881d8c9a1cd90769a9087634aa to your computer and use it in GitHub Desktop.
Save is8r/6545db881d8c9a1cd90769a9087634aa to your computer and use it in GitHub Desktop.
<form onsubmit={ submit }>
<riot-period-input name="from" v={ from.format('YYYY-MM-DD') }></riot-period-input>
<riot-period-input name="to" v={ to.format('YYYY-MM-DD') }></riot-period-input>
<button type="submit" class="btn btn-secondary">決定</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment