Changes between Version 193 and Version 194 of TaggingPresets


Ignore:
Timestamp:
2022-04-05T00:58:36+02:00 (4 years ago)
Author:
skyper
Comment:

rows height was fixed and editable should work again

Legend:

Unmodified
Added
Removed
Modified
  • TaggingPresets

    v193 v194  
    170170   Whether the off value of a `<check />` is disabled in the dialog, i.e., only unset or `"yes"` are provided.
    171171 editable="false"::
    172    The combo box is read only, which means that the user can only select an item in the list. Default is `"true"`, which means, the user can add other values as text. **Feature is broken, see #6157**.
     172   The combo box is read only, which means that the user can only select an item in the list. Default is `"true"`, which means, the user can add other values as text. (Feature was not working properly for a long time but should work again since r18221, see #6157.)
    173173 use_last_as_default="true|false|force"::
    174174   For `<combo />`, `<multiselect />` or `<text />` fields the last used value is used as default. Using `"force"` enforces this behavior also for already tagged objects. Default is `"false"`.
    175175 rows="count"::
    176    Specify the number of rows to display in `<multiselect />` entry (if not set, it is auto determined by java or the look and feel and results in e.g. 8). Currently, you need to add one additional row to display all values, see #19013.
     176   Specify the number of rows to display in `<multiselect />` entry (if not set, it is auto determined by java or the look and feel and results in e.g. 8).
    177177 name_template="template", name_template_filter="search expression"::
    178178   Custom name formatter for osm primitives matching this preset. See [#name_templatedetails name template details] below.