When clicking on a tagBox in the Generic Light design at the far left (where the cursor is already shown as a pointer), the dropdown does not open.
This is not a major issue for regular users, but it is inconvenient for our Playwright E2E tests, which repeatedly attempt to click on the far left side of the tagBox to open it (because it appears to be clickable)—and ultimately fail.
Reproduced here: https://js.devexpress.com/jQuery/Demos/WidgetsGallery/Demo/TagBox/GroupedItems/Light/
Hi Dominic,
Thank you for bringing this issue to our attention.
I examined the markup in the demos and found that if you click the component's border, the component itself becomes focused/active. The component's drop down is opened if you click the input container. Here is an image illustrating this case:

Would you please update the Playwright tests to click the container instead of the border?