Closed cynthiahhc closed 5 years ago
After entering the id as an attribute into ebay-combobox-readonly, the id shows up in both span and input which should only shows up in `input.
ebay-combobox-readonly
span
input
id:scoped="field" name=input.name multiline=(input.maxLength > 100) fluid=input.fluid value=input.value on-textbox-change('emit', 'textbox-change') on-textbox-input('emit', 'textbox-input') on-textbox-focus('emit', 'textbox-focus') on-textbox-blur('emit', 'textbox-blur') on-textbox-keydown('emit', 'textbox-keydown') />
https://github.com/eBay/ebayui-core/blob/master/src/components/ebay-combobox-readonly/template.marko#L4
It should be something similar to ebay-combobx https://github.com/eBay/ebayui-core/blob/master/src/components/ebay-combobox/template.marko#L36
ebay-combobx
Thanks for reporting this!
App team moved over to ebay-listbox, reducing this to P4.
Closing as wont fix, given this is a hidden/deprecated component.
Bug Report
eBayUI Version: 2.5.0
Description
After entering the id as an attribute into
ebay-combobox-readonly
, the id shows up in bothspan
andinput
which should only shows up in `input.https://github.com/eBay/ebayui-core/blob/master/src/components/ebay-combobox-readonly/template.marko#L4
Workaround
It should be something similar to
ebay-combobx
https://github.com/eBay/ebayui-core/blob/master/src/components/ebay-combobox/template.marko#L36