custom field textarea missing id

Support forumCategory: Bugscustom field textarea missing id
Erik Liljencrantz asked 3 years ago
A minor thing are custom fields of type TEXTAREA miss the id value and only have their name set. Type INPUT have:
  id="<%- item.slug %>"
in addition to name field which enable jQuery modifications like:
  $('#myslug').css(...);
Also EMAIL and SELECT miss the id value. A workaround is to use the name, like:
  $('[name="myslug"]').css(...);
but having consistent name and id on the custom fields would be nice and clean.
2 Answers
Nikola Loncar Staff answered 3 years ago
Hi Erik, it will be added in next version. Best regards, Nikola
Nikola Loncar Staff answered 3 years ago
Hi, it is fixed in latest release 3.3.0 :) Best regards, Nikola