@evoke-platform/ui-components 1.0.1-dev.8 → 1.0.1-testing.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -174,6 +174,9 @@ const customSelector = (props) => {
|
|
174
174
|
else if (inputType === 'string') {
|
175
175
|
opts = options.filter((option) => !['>', '<', '<=', '>='].includes(option.name));
|
176
176
|
}
|
177
|
+
else if (inputType === 'image') {
|
178
|
+
opts = options.filter((option) => ['=', '!=', 'null', 'notNull'].includes(option.name));
|
179
|
+
}
|
177
180
|
break;
|
178
181
|
case 'Fields':
|
179
182
|
placeholder = 'Select Property';
|