Hi Team,
I am using smart-query-builder.
My fields and input value are as shown below:
fields: [
{ label: ‘Program Name’, dataField: ‘programName’, dataType: ‘string’, filterOperations: [‘status_equals’, ‘startswith’] },
{ label: ‘Part Number’, dataField: ‘partNumber’, dataType: ‘string’, filterOperations: [‘status_equals’] },
{ label: ‘Unit Price’, dataField: ‘price’, dataType: ‘number’, filterOperations: [‘<‘, ‘status_equals’] },
],
value: ‘partNumber = “PN-5478” && programName = “#*” && price < “10”‘
Here programName value is “#*” having special characters.
If it is having special characters then the field is not showing in query builder UI.
The condition after programName which is “&& price <” is populating instead of empty value.
Codepen for reference.
https://codepen.io/PakkiPavan/pen/oNdEYPx?editors=0010
Can you please help with this why the fields having special characters is not showing in query builder UI?
Thanks,
Pavan.
-
This topic was modified 2 years, 1 month ago by Pavan.
-
This topic was modified 2 years, 1 month ago by Pavan.
-
This topic was modified 2 years, 1 month ago by Pavan.
-
This topic was modified 2 years, 1 month ago by Pavan.
-
This topic was modified 2 years, 1 month ago by Pavan.