Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-webui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-webui
Commits
3b5bf75b
Commit
3b5bf75b
authored
2 years ago
by
florian
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Add hint to
https://gitlab.com/caosdb/caosdb-webui/-/issues/208
parent
5d879f65
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!103
Quick main-release of documentation
Pipeline
#35170
passed
2 years ago
Stage: setup
Stage: linting
Stage: test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/core/js/form_elements.js
+5
-1
5 additions, 1 deletion
src/core/js/form_elements.js
with
5 additions
and
1 deletion
src/core/js/form_elements.js
+
5
−
1
View file @
3b5bf75b
...
...
@@ -1437,6 +1437,10 @@ var form_elements = new function () {
/**
* Return a select field.
*
* IMPORTANT: The select picker has to be initialized by the client by
* calling ``form_elements.init_select_picker(ret, config.value)`` (see
* below and https://gitlab.com/caosdb/caosdb-webui/-/issues/208).
*
* @param {SelectFieldConfig} config
* @returns {HTMLElement} a select field.
*/
...
...
@@ -1454,7 +1458,7 @@ var form_elements = new function () {
// case when this method is called and is controlled by the client. So
// there is currently no other work-around than to call
// init_select_picker after the form creation explicitely :(
//form_elements.init_select_picker(
select[0]
, config.value);
//
form_elements.init_select_picker(
ret
, config.value);
return
ret
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment