Skip to content

[BUG] <form-builder> move icon is missing #1180

@simionato-ennovaresearch

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

  1. Create a fresh Angular 20 project
  2. Install Form.io related dependencies
  3. Install FontAwesome 4 dependency (and update angular.json)
  4. Use <form-builder> component

Expected behavior

When hovering an element, all icons should be shown

Observed behavior

Move icon is missing

Image

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)

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions