AlaskaAirlines / auro-input

Custom HTML element for inputting string data in forms
https://auro.alaskaair.com/components/auro/input
Apache License 2.0
2 stars 4 forks source link

Private property needs to be labeled as such #305

Closed blackfalcon closed 3 months ago

blackfalcon commented 5 months ago

Please verify the version of auro-input you have installed

@latest

Please describe the bug

The following line is in the global scope. When auto-generated API documents are created this appears in the public API with no description.

https://github.com/AlaskaAirlines/auro-input/blob/2dee9a538480f50e6ded08343165a323af45d981/src/base-input.js#L195

Reproducing the error on the docsite

This issue cannot be reproduced on the Auro docsite

Expected behavior

The showPassword property should not appear in the generated API docs.

What browsers are you seeing the problem on?

No response

Additional context

n/a