Replies: 3 comments
-
@bjarnef FYI, if the input contains a string starting I think the only time the picker might work is if someone just clicks the dictionary icon when there is no value in the text box, then you could assume that they want to choose one. |
Beta Was this translation helpful? Give feedback.
-
@mattbrailsford sometimes the input has a value and you want to use a dictionary item that exists, but can't remember the name of that, so you have to go back to e.g. translation section to find the name (or create a new dictionary item). I also noticed the overlay doesn't close on |
Beta Was this translation helpful? Give feedback.
-
@bjarnef fair point 👍 Side note, I appreciate that you are finding issues are you go along, but can you try and make sure each issue is focused on 1 item at a time. Sure the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
At the moment the dictionary button on properties in settings always expect to create a new dictionary items, but sometimes you just want to select an existing dictionary item, where it could show a dictionary (tree) picker instead.
Describe the solution you'd like
Maybe it could show two options in the overlay first: "Create new" and "Use existing". When entering both of these "views" it could show a "back" button to change what you want to do.
If the value of the property starts with
#
is could option the dictionary item view to edit this, but the option to go back to overview and select "Create new".It requires an extra click, but it prevent the developer to navigate away (loose context) to create new dictionary items (think infinite editing).
Beta Was this translation helpful? Give feedback.
All reactions