Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
195
igNumericEditor Bootstrap
posted

Dear Team,

I have a form with bootstrap style where I would like to use the igNumericEditor. But when I execute the $("#control_value").igNumericEditor I lost the bootstrap style and presentation. For example, the label is on the same line and not at the same height.

<div class="form-group">
  <label for="control_value" class="form-control-label">Valeur:</label>
  <input type="number" class="form-control" id="control_value">
</div>

$("#control_value").igNumericEditor({
placeHolder: "Valeur..."
//valueChanged: changingValues
});

Best regards,

Parents Reply Children
No Data