I’ve played with remix 3 and create similar form validation as conform (Progressively enhance HTML form).
During implementation I find the issue when I can type for input for only 1 char. After some debugging and AI help I discover that potentially there is bug in vdom file and that form and native input oninput events conflicts.
Is this possible to have update events queue or any plans to do that ?