Previews

No matching results.

x
1
2
3
4
<div
data-react-class="DependentSelect"
data-react-props="{"options":[{"id":1,"label":"Color"},{"id":2,"label":"Size"},{"id":3,"label":"Material"}],"size":"small","icon":"fa-regular fa-chevron-down","parentName":"option_type","parentValue":"","childName":"option_value_id","childValue":"","token":"preview-token","fetchUrl":"/preview/placeholder/:placeholder"}"
></div>

No Usage documentation to display.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div
data-react-class="DependentSelect"
data-react-props="<%= {
options: [
{ id: 1, label: 'Color' },
{ id: 2, label: 'Size' },
{ id: 3, label: 'Material' }
],
size: 'small',
icon: 'fa-regular fa-chevron-down',
parentName: 'option_type',
parentValue: '',
childName: 'option_value_id',
childValue: '',
token: 'preview-token',
fetchUrl: '/preview/placeholder/:placeholder'
}.to_json %>"
></div>

No documentation to display.