added validation form builder (set as default form builder) #288
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
음.. 되게 직관적이지 못한 함수 2개를 구현하였습니다 (..)
하나는
validation_inline_label
라는 함수이고 다른 하나는validation_text_field
라는 함수인데validation_inline_label
은를 만들어주고
validation_text_field
는 yield 부분에 적절히 text_field 를 삽입해줍니다.radio_button
쓰는 녀석이나number_field
,date_select
를 넣어주는 건 일단 구현하지 않고 block 으로 넣어버렸습니다.코드 한 번 보시고 리뷰 부탁 드려요ㅠㅠ