标签: ruby-on-rails html5
我有一个Rails 2.3.14应用程序,它有以下输入:
<input class="number_field" id="this_is_a_number" max="100" min="0" name="this_is_a_number" type="number" value="789" />
无论出于何种原因,当我提交此表单时,此字段不会包含在参数中。如果我删除了:type =&gt; '数字'它运作正常。想法?