lundi 14 décembre 2015

How to give front end validation for select field

This is my select field. for this i need front end validation also. how to do so.

<%= f.select :study_material_type, StudyMaterial::TYPES.map{|v| [v,v]}, selected: f.object.try(:study_material_type) , required: true,include_blank: "Please select a Study Material"%>

Aucun commentaire:

Enregistrer un commentaire