Skip to content

CodeGen: selecting a radio option produce invalid code #57

@passiomatic

Description

@passiomatic

This is caused by the option function signature: https://package.elm-lang.org/packages/mdgriffith/elm-ui/latest/Element-Input#option which produces Option value msg.

We could avoid to generate code for certain nodes, requiring the user to select a different element. That is, if she wants to output an option she needs to select the parent radio.

This is probably handled out-of-the-box by a more type safe generator tool like elm-codegen, see: #63

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions