vaadin / react-components

15 stars 4 forks source link

Protected API sometimes get shown in the IntelliJ autocomplete #187

Open web-padawan opened 11 months ago

web-padawan commented 11 months ago

This can be reproduced with field components e.g. TextField or TextArea:

  1. Press Space once. Completion popup is shown.
  2. Press Backspace. Completion popup is closed.
  3. Press Space again. Now the popup looks differently.

https://github.com/vaadin/react-components/assets/10589913/2336b8c7-9d55-45a5-8fc4-a71f5942b9dd


We probably should exclude all the properties and methods that start with underscore (example).