I was wondering why my input tag does not offer the “size” attribute.
I looked in the HTML-XML sugar > CodeSenseLibraries > HTML-attributes.xml and I see
<set name="com.macrabbit.html.tag.input.attributes">
<completion string="accept" />
<completion string="alt" />
<completion string="checked" />
<completion string="disabled" />
<completion string="maxlength" />
<completion string="name" />
<completion string="readonly" />
<completion string="size" />
<completion string="src" />
<completion string="type" />
<completion string="value" />
</set>
So I see “size”. But it’s not offered (see attached screen shot).
Also, somewhat related, where would I extend a tag to add additional attributes (such as “class” for input tags)?
