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
Describe the bug
Form which includes a <select> is using the incorrect bootstrap class name which causes the ▼ to not appear at the right side of the <select>.
To Reproduce
Steps to reproduce the behavior:
Author a form which includes a HTML 5 select element
Render it with @formio/js@5 and @formio/react@6
View the rendered select
Note the ▼ is missing on the right side of the select