vanadium-archive / browser

Example app: Vanadium namespace browser
BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

paper-autocomplete spellcheck attribute #53

Closed aghassemi closed 9 years ago

aghassemi commented 9 years ago

Expose in paper-autocomplete and set to false wherever we use it.

Have not decided if I should stick with the default (true) or not. Will try to keep whatever the existing default is.

Need demo for it too.

afandria commented 9 years ago

paper-autocomplete extends paper-input, which extends input

The spellcheck attribute is already exposed on paper-autocomplete, so the namespace browser was updated to use the attribute.