hifive / hifivemain

main repository
http://www.htmlhifive.com/
Other
40 stars 10 forks source link

h5.ui.FormController ネストされたグループに対してバリデーションを実行したい #563

Open mtakeuchi opened 8 years ago

mtakeuchi commented 8 years ago

以下のように、ネストされたグループ(data-h5-input-group-container)に対して、バリデーションを実行したいです。

<div data-h5-input-group-container="group">
  <div data-h5-input-group-container="inner-group">
     <input type="text" name="ipt1">
     <input type="text" name="ipt2">
 </div>
</div>