Writing <button>click me</button> to the field HTML field works, but click me is missing from the button in every view.
It's the same thing with <textarea></textarea>, <progress></progress>, <meter></meter> and probably every HTML tag that isn't self closing. It isn't a real problem in textarea because you can use the value attribute, but that does not work in <button>.
Writing
<button>click me</button>to the field HTML field works, butclick meis missing from the button in every view.It's the same thing with
<textarea></textarea>,<progress></progress>,<meter></meter>and probably every HTML tag that isn't self closing. It isn't a real problem in textarea because you can use the value attribute, but that does not work in<button>.