Replies: 4 comments 1 reply
-
|
I think it has something to do with the template parsing containing will break updating |
Beta Was this translation helpful? Give feedback.
-
|
@sergejcodes I figured out where the issue lies: At this line of code, the regex will hit anything matching, no matter whether is in the attribute as a value or just the attribute name. https://github.com/n6ai/minze/blob/main/packages/minze/src/lib/minze-element.ts#L807 (?:on:|@)([\w\-:.]+)(?:=(?:"|')?(\w+)(?:"|')?)? |
Beta Was this translation helpful? Give feedback.
-
|
@sergejcodes I added a fix here, I haven't tested it, but here it is: #268 |
Beta Was this translation helpful? Give feedback.
-
|
Hi @rokyed, thanks for contributing! It should be fixed in the new |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @sergejcodes
Here's a component, a simple input wrapper. But it has a big issue:
bob@best.comwill stop inputting 1 character after the@so the value will only bebob@b.I've tried everything I know to fix this but I am not able.
minze version: 1.10.0Here's a screenshot:

Also here's the component in question (stripped of any external dependencies besides Minze):
Thank you very much for any insight on the issue. I truly appreciate it! I haven't figured out this yet 😞
Beta Was this translation helpful? Give feedback.
All reactions