Closed hramakumar closed 6 years ago
@dasarianudeep can you please attach the screenshot?
Please find the screenshot
Even the actual DS6 combobox works the same. http://ebay.github.io/skin/ds6/#combobox
I pulled ebayui-core@0.8.0
and focused input box does not collapse or open combo box.
Fix below works only in desktop browsers not on real devices,
text-shadow: 0 0 0 #111820;
color: transparent;
This issue is happening in all IOS and some android devices(safari, chrome and firefox). Actual fix is,
text-align:left
in skin/combobox -https://github.com/eBay/skin/blob/master/src/less/combobox/ds6/combobox-base.less#L26Verified it in real devices and it works.
It must be a text input for accessibility reasons.
Current discussion is to modify this component to have a "readonly" version that uses a button rather than a textbox. And change the role from "combobox" to "listbox" for a11y.
Update: The combobox component will be recommended only when the user needs true combobox functionality. So it won't be viable until we get the "type-ahead" functionality going.
For normal "select" behavior we will recommend the ebayui-select
component. The dweb UI for this component is getting fixed to match the design pattern.
https://github.com/eBay/skin/issues/325
Removing from this milestone because applications should use the ebay-select
component until the combobox has the type-ahead functionality.
For this release we are recommending that applications use ebay-select
for mobile and the read-only version of the 'ebay-combobox' only for desktop. This strategy will be rethought in a future release.
Bug Report
eBayUI Version: 0.6.0
Description
IOS- Chrome and safari combobox-even after the cursor issue is fixed https://github.com/eBay/ebayui-core/issues/229 The event is not triggered unless the done link is clicked- unable to collapse the options list without clicking done.
Workaround
Screenshots