•  
      request #17955 Change ListPicker items ids into data-item-id attributes
    Infos
    #17955
    Thomas Gorka (tgorka)
    2020-11-06 11:18
    2020-11-05 10:47
    19480
    Details
    Change ListPicker items ids into data-item-id attributes

    Curently, items are tracked down using an id like "item-0", "item-1", "item-2".

    When several ListPickers are on the same page, we have duplicated ids.

    As an id must be unique in the DOM, we must correct this issue.

    Other
    development
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Thomas Gorka (tgorka)
    Closed
    2020-11-05
    Attachments
    Empty
    References

    Follow-ups

    User avatar
    Thomas Gerbet (tgerbet)2020-11-06 11:18
    • Summary
      -request #17955 Change ListPicker items ids into data-item-id attributes 
      +Change ListPicker items ids into data-item-id attributes 
    User avatar
    Thomas Gorka (tgorka)2020-11-05 14:19
    • Summary
      -ListPicker items should have unique ids across the DOM 
      +request #17955 Change ListPicker items ids into data-item-id attributes 
    User avatar
    Thomas Gorka (tgorka)2020-11-05 10:51
    • Summary
      -ListPicker items should have a unique id in the DOM 
      +ListPicker items should have unique ids across the DOM