We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a9323 commit 9799fc9Copy full SHA for 9799fc9
app/views/components/flatpickr/_themes.html.erb
@@ -1,5 +1,5 @@
1
<div class="mt-3 col-md-6">
2
- <%= form_for :appointment do |form| %>
+ <%= form_for :appointment, url: '#', method: 'get' do |form| %>
3
<div class="my-3">
4
<p class="my-1">Default HTML date input</p>
5
<%= form.date_field :normal_date %>
0 commit comments