Merge pull request #14881 from akkywadhwa/master

Fixed: Comment field - textarea #14829
This commit is contained in:
Maurício Meneghini Fauth 2019-01-24 21:23:06 -03:00 committed by GitHub
commit 93f116d2ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,5 @@
<input id="field_{{ column_number }}_{{ ci - ci_offset }}"
type="text"
<textarea id="field_{{ column_number }}_{{ ci - ci_offset }}"
rows="1"
name="field_comments[{{ column_number }}]"
size="12"
maxlength="{{ max_length }}"
value="{{ value|raw }}"
class="textfield">
maxlength="{{ max_length }}">{{ value|raw }}
</textarea>