How to restrict the number to fixed length if the field is number type

Viewed 22

Here is the code

<%= form.number_field :marks,label: "CGPA*", maxlength:"4"  %>

Percentage and CGPA number fields filled with long numbers

In this code, the form is a number field. How can I restrict its length? As shown in this picture it's taking more than 4 characters.

0 Answers
Related