Files
gerrit/polygerrit-ui/app/elements/shared/gr-labeled-autocomplete
Ben Rohlfs 86d7ddd98e Remove readOnly flag from Polymer properties.
This fixes a bug where the command is not showing in the
<gr-upload-help-dialog>, see referenced issue.

Apparently `readOnly` does not allow you to initialize it along with
its declaration, which is what we were trying to do:
https://polymer-library.polymer-project.org/2.0/docs/devguide/properties#read-only

Also import lodash in all tests that rely on it.

Bug: https://crbug.com/1132466
Change-Id: If22df8896eb9d7870126e0f5f77a8f9f394a53f3
2020-09-29 12:01:44 +02:00
..