You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello guys,
I am developing using Symfony 2.8 and rendering forms using braincrafted. I am searching the best alternative to change input group button id on form type, but I couldn't find any solution.
Option 'Button Append' uses id as the same as name by default. And that is terrible!
Button HTML Output: <button type="button" id="Select Image" name="Select Image" class="btn btn-primary">Select Image</button>
Could anyone help me to solve this problem?
The text was updated successfully, but these errors were encountered:
Hello guys,
I am developing using Symfony 2.8 and rendering forms using braincrafted. I am searching the best alternative to change input group button id on form type, but I couldn't find any solution.
Option 'Button Append' uses id as the same as name by default. And that is terrible!
Button HTML Output:
<button type="button" id="Select Image" name="Select Image" class="btn btn-primary">Select Image</button>
Could anyone help me to solve this problem?
The text was updated successfully, but these errors were encountered: