koalatiapp / app

Main repository for the Koalati web application, based on dunglas/symfony-docker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle ElementInternals support issues on Firefox

EmilePerron opened this issue · comments

Firefox doesn't yet support form internals in ElementInternals.

This is a major issue, as it prevents all inputs and other form-related components from working on Firefox (block login, signup, password reset, etc.)

This should be fixable using the element internals polyfill: https://github.com/calebdwilliams/element-internals-polyfill

Fixed in bda5ae5 (#26).