Skip to content

Commit 4665661

Browse files
committed
changed dataSource triple
1 parent aa3408d commit 4665661

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/widgets/forms.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ field[ns.ui('Classifier').uri] = function (
737737
** <select id=dropDownSelect>
738738
** <option> ....
739739
** <subForm>
740-
** Alternative implementatons caould be:
740+
** Alternative implementatons could be:
741741
** -- pop-up menu (as here)
742742
** -- radio buttons
743743
** -- auto-complete typing
@@ -821,8 +821,8 @@ field[ns.ui('Choice').uri] = function (
821821
const multiSelect = kb.any(form, ui('multiselect')) // Optional
822822
if (multiSelect) opts.multiSelect = true
823823

824-
// options parameters
825-
const dataSource = kb.any(form, ui('options'), kb.literal('search-full-store')).length ? null : dataDoc // optional
824+
// by default searches the dataDoc graph or optionally the full store
825+
const dataSource = kb.any(form, ui('search-full-store')).length ? null : dataDoc // optional
826826

827827
let selector
828828
rhs.refresh = function () {

0 commit comments

Comments
 (0)