select 태그 정보
선택 태그 사용
처음에 이런 식으로 중복적으로 쓰고있었습니다 (haml에서 쓰는 방법입니다)
①
결론
%ul
%li
%label 生年月日
%span 必須
%ul
%li
%h.birthday
= select_tag('year',options_for_select(1900..2019),include_blank: '---',class: "birthday")
%span.tosi 年
%h.birthday2
= select_tag('year',options_for_select(1..12),include_blank: '---',class: "birthday2")
%span.tosi 月
%h.birthday
= select_tag('year',options_for_select(1..31),include_blank: '---',class: "birthday")
%span.tosi 日
그러면 이렇게
Reference
이 문제에 관하여(select 태그 정보), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/sakura_mirai/items/9c9b178180eb7a1e7996텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)