标签: forms haskell yesod
我使用#{fvInput idView}为一块whamlet添加了一个小部件。这会显示一个空文本框,但我希望文本框中包含文本。使用HTML,它将是<input type=text value="Type here">。如何使用fvInput?
#{fvInput idView}
<input type=text value="Type here">
fvInput