Project

Contents

Issue #00005485

Added missing "id" to <tml:input type="select|textarea">
Feature/Improvement

Most types of <tml:input>s render the given id attribute into an HTML id attribute. Some however don't.

We now added id-s to types

  • textrea
  • select

Those id-s are important if you want to use <label for="..."> for inputs.