workflowproducts / envelope

Publish web apps based on your PostgreSQL database fast!
https://workflowproducts.com/envelope.html
Apache License 2.0
53 stars 2 forks source link

Javascript Autocomplete #93

Closed josephtocci closed 6 years ago

josephtocci commented 6 years ago

1: When i am typing out a tag name, the autocompletes gives me suggestions, if however I simply finishing typing it instead of choosing an option. Like for a <tr> the autocomplete stays open. If I press a non-alphanumeric key, I want the autocomplete to close.

2: Add Vanilla Javascript shortcuts. document.getElementById is usually in the page, but not new pages. Same for xtag shortcuts.

crosstocci commented 6 years ago

Javascript snippets have been added in the next release.

josephtocci commented 6 years ago

Autocomplete now closes when you type something other than a-z or A-Z.

crosstocci commented 6 years ago

Autocomplete should not close if you type a dash, we have lots of tag names that start with gs-.

josephtocci commented 6 years ago

Fixed.