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,
Hello Alain,
Thank you for providing the code snippet.
I have cread a sample application of igNumericEditor with bootstrap , i am working on it and will provide you an update by Monday EOD as US ofiice is closed from [11/24-11/27] due to thanksgiving holiday.
I have created a sample application of igNumericEditor with and without bootstrap and found the same alignment of the label and editor in both the sample.
Please find the attached sample application and the screen short of the editor and let me know if it is giving you the same alignment.
If attached sample project is not an accurate demonstration of what you're trying to do, please feel free to modify it and send it back for further investigation.
Looking forward to her you back.