I am trying to use an html.Button() to to allow text input. It is essentially identical to the example in the documentation.
It works fine on localhost but when I deploy to Heroku the button does not fire when clicked. The cursor does change to the finger pointer when hovered over the button, but no event is registered in the Heroku logs when it is clicked.
Has anybody come across a similar problem?