Allow definition of targets in kebab-case but access via camelCase
Ouverte
@attr
- Langage dominant
- TypeScript
- Étoiles
- 1.4k
- Forks
- 59
- Merge moyen
- 22 h 12 min
- PR mergées (30 j)
- 5
Description
For attributes, I define in the markup `data-my-attr-name` and in the controller as `@attr myAttrName`
For targets however, I have to define the target name in both the markup and the controller using camelCase:
`data-targets="my-controller.myTargetsName"` and `@targets myTargetsName`
I think it would be nice (more consistent?) if the markup could support kebab-case.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.