Skip to content

[TwigComponent][Icons] Inconsistency between allowed attributes #2148

Closed
@norkunas

Description

@norkunas

Twig components allows to provide an integer as attibute values and casts it, while UX:Icon doesn't allow it.

Valid example:

<twig:Test a="1" b="{{ 2 }}">
  test
</twig:Test>

Currently invalid:

<twig:UX:Icon a="1" b="{{ 2 }}" />

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions