- Issue created by @kopeboy
Just installed & enabled this module with drush & composer on a fresh Drupal 10.3.6 site (with standard profile install), and after adding a numeric integer field to the Article content type, and editing its form display to use the widget provided by this module, either with default field options or many other combinations, the field is still showing a normal numeric input field, with no slider, and no errors on the UI, logged by the server, or in the browser console.
I suspect the js library is not included or it relies on jQuery which is not included in Drupal core anymore. Maybe you should require them in the composer.json?
Active
3.0
Code