-
Notifications
You must be signed in to change notification settings - Fork 491
[BUG] <form-builder> move icon is missing #1180
Copy link
Copy link
Open
Labels
Description
Environment
- Hosting type
- Form.io
- Local deployment
- Version: 10.0.1
- Formio.js version: 5.3.1
- Frontend framework: Angular
- Browser: Chrome
- Browser version:
Steps to Reproduce
- Create a fresh Angular 20 project
- Install Form.io related dependencies
- Install FontAwesome 4 dependency (and update angular.json)
- Use
<form-builder>component
Expected behavior
When hovering an element, all icons should be shown
Observed behavior
Move icon is missing
Notes
The icon is not rendered because is referenced using fa-move class, which doesn't exist on "font-awesome": "^4.7.0". The correct class is fa-arrows (I manually changed the rendered HTML just to show you that it works)

Reactions are currently unavailable