bootstrap-form-helper Questions
5
Is it possible to use the JQuery Validation to validate the Bootstrap Datepicker? As it doesn't expose the input field, I can't get it to validate.
Example: https://jsfiddle.net/Khrys/2rcr9j5s/
$...
Tactile asked 11/12, 2015 at 12:38
1
I have tried using the data-bv-notempty attribute without success. Code sample below:
<form class="form-horizontal" id="form-registration" action="/submit.php" method="post" >
<div class...
Claypoole asked 7/4, 2015 at 0:11
1
Solved
I am trying to create a form that mixes horizontal and vertical elements. I have managed to do it and it looks nice: http://www.bootply.com/rOibTngOct (you can see the result on bootply but I'll pu...
Mythopoeia asked 21/7, 2014 at 12:49
2
Solved
I don't manage to have a repeated field with selected value according to the data I have in my model.
Currently I have in my User model :
@Required
public String username;
@ManyToMany
public Lis...
Graber asked 13/4, 2014 at 13:1
1
© 2022 - 2024 — McMap. All rights reserved.