Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default Values #52

Open
bkelley13 opened this issue Feb 15, 2019 · 0 comments
Open

Default Values #52

bkelley13 opened this issue Feb 15, 2019 · 0 comments
Assignees
Labels
feature-request Request for new features or functionality
Milestone

Comments

@bkelley13
Copy link

bkelley13 commented Feb 15, 2019

Wondering about support for default values? Say I type in

<foo |
I see attribute baz.
Now if I select off list I see:
<foo baz=""
If I ctrl-space, I get list of say:
baz-val-1
baz-val-2

If I could mark "baz-val-1" as the default, I would want
<foo |
and selecting "baz" from the list of attributes, now I would get this
<foo baz="baz-val-1"
ie, instead of just "", I would get "defaultvalue" selected..

Also, if I just type:
< foo baz=
then the drop would change from
baz-val-1
baz-val-2
to
baz-val-1 - default
baz-val-2

If no default flag was indicated in the json, then the original behaviour would continue.

@aeschli aeschli added this to the Backlog milestone Mar 29, 2019
@octref octref added the feature-request Request for new features or functionality label Aug 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

3 participants