html2purescript icon indicating copy to clipboard operation
html2purescript copied to clipboard

HP.type does not work

Open flip111 opened this issue 5 years ago • 1 comments

When i try to run the example on halogen 5 it does not seem to accept HP.type

flip111 avatar Feb 05 '20 23:02 flip111

import DOM.HTML.Indexed.ButtonType (ButtonType(..)) as I
import DOM.HTML.Indexed.InputType (InputType(..)) as I

HP.type_ I.InputText
HP.type_ I.ButtonSubmit

flip111 avatar Feb 06 '20 00:02 flip111