cloudfour / cloudfour/image-compare
Allow to define the range input step
Open
- Dominant language
- JavaScript
- Stars
- 144
- Forks
- 6
- Avg merge
- 7h 12m
- Merged PRs (30d)
- 9
Description
We are currently adding it as a custom `step` attribute to the `image-compare` element:
```html
1) {
range_input.step = element.getAttribute('step');
}
});
```
Could improve keyboard use in some cases.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.