I get extra space inside the text area when rendering this HAML code.
= f.text_area :message, placeholder: "Reply"
I am running Rails 3.2.3 and haml-rails 0.3.4 and haml 3.1.4
I have no idea why this is happening.
This is code created with extra spaces.
<textarea class="textarea" cols="50" id="idea_idea" name="idea[idea]" rows="2">
</textarea>
source
share