This essentially makes the component look like a edit box, but only in the left/first 40% of it one can click to start typing, and one gets a input pointer. In the remaining 60% of the component the cursor is a pointer, and clicking doesn't do anything.
I tried to understand if there was a bug/reason for that by going through the code, but it seems a day-1 behavior.
I think these 40% should simply be set to 100% instead, WDYT?
paper-chip/src/paper-chips-search.ts
Line 57 in b59b737
This essentially makes the component look like a edit box, but only in the left/first 40% of it one can click to start typing, and one gets a input pointer. In the remaining 60% of the component the cursor is a pointer, and clicking doesn't do anything.
I tried to understand if there was a bug/reason for that by going through the code, but it seems a day-1 behavior.
I think these 40% should simply be set to 100% instead, WDYT?