How to print index of selected option in Elm?

后端 未结 1 1577
伪装坚强ぢ
伪装坚强ぢ 2021-02-14 04:09

I have a HTML element. So you definitely need a custom event handler, which you can create using on. It has a type:

on : String -> Decoder a -> (a -> Message a) -> Attribute

The event that is triggered every time you select an option inside the

提交评论

提交回复
热议问题