Ability to set a tags like label/value pairs. Advanced server side integration.#360
Open
Defee wants to merge 5 commits intoaehlke:masterfrom
Open
Ability to set a tags like label/value pairs. Advanced server side integration.#360Defee wants to merge 5 commits intoaehlke:masterfrom
Defee wants to merge 5 commits intoaehlke:masterfrom
Conversation
…erly with label/value autocomplete.
…ork properly with label/value autocomplete." This reverts commit 96242ec.
1)Added @value component@ to tags. It creates a new input as a value. Also it uses a new option @valueFieldName@. It was done for a server side better integration. 2) Create Tag now can handle a @DaTa@(object) instead of a @value@ (array or primitive). All methods were rewritten and tested. 3) if you provide a single input option + you return a label/value array from server, the value is saved in value attribute of input. if new value is added it will be added as string. TODO: store a label|value pair. 4) if you return ONLY a label array from server and single input is false, the @Label@ and @value@ inputs has the same value. 5)If we add new input and single input is false, the @Label@ and @value@ inputs has the same value.
|
can you please show me the example page. I am new in front end scripting |
|
Here is my code: But when i select label, the input field populate with id. On UI screen it should show labels and when I submit the form it should post only ids'. Please help me |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello, @aehlke !
My team want to commit some changes on master branch and help you with a maintainance a little bit. We can discuss changes if it is something wrong.
Here is the issues that can be closed after this commits: #80 #350 #285 #266 #269 #160 #70