We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
new
Immutable.List
1 parent bb6208b commit ab8a6d9Copy full SHA for ab8a6d9
1 file changed
playground/forms/custom-toolbar-radio-button/index.ts
@@ -30,11 +30,11 @@ const createGroupedRadioButtons = async (instance: Instance | null) => {
30
31
const formField = new NutrientViewer.FormFields.RadioButtonFormField({
32
name: "MyFormField",
33
- annotationIds: new NutrientViewer.Immutable.List([
+ annotationIds: NutrientViewer.Immutable.List([
34
radioWidget1.id,
35
radioWidget2.id,
36
]),
37
- options: new NutrientViewer.Immutable.List([
+ options: NutrientViewer.Immutable.List([
38
new NutrientViewer.FormOption({
39
label: "Option 1",
40
value: "1",
0 commit comments