Skip to content

DD-377 Improving the cvoc metadata term selection input#52

Merged
janvanmansum merged 3 commits intoDANS-KNAW:external-cvocfrom
PaulBoon:DD-377
Mar 3, 2021
Merged

DD-377 Improving the cvoc metadata term selection input#52
janvanmansum merged 3 commits intoDANS-KNAW:external-cvocfrom
PaulBoon:DD-377

Conversation

@PaulBoon
Copy link
Copy Markdown

@PaulBoon PaulBoon commented Mar 2, 2021

What this PR does / why we need it:
The cvoc metadata term selection input should show all possible input in the dropdown without any characters typed for autocomplete
Added are the minChars config option and the hideReadonlyUrls option.
The minChars is 0 by default, resulting in a terms dropdown without any character input, just by typing the up or down arrow keys in the input field.
Using hideReadonlyUrls, which is false by default, you can hide the URL files if they are also readonly. T

Which issue(s) this PR closes:
Closes #DD-377

Special notes for your reviewer:

Suggestions on how to test this:
change the config json for the cvocs and have it use the new options:
"readonly": "true",
"hideReadonlyUrls": "true",
"minChars": "1",

Does this PR introduce a user interface change? If mockups are available, please link/include them here:
Screenshot 2021-03-02 at 10 47 53 (2)

Complex is showing the URLs, but Period is not.

Is there a release notes update needed for this change?:

Additional documentation:

@janvanmansum janvanmansum merged commit aa43772 into DANS-KNAW:external-cvoc Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants