You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please also push the other attributes of an object to search param, that will be used for some functionality in the below code
Ex: alias, typeOf,
$scope.searchParams.push(
{
key: searchParam.key,
name: searchParam.name,
type: searchParam.type || 'text',
placeholder: searchParam.placeholder,
suggestedValues: searchParam.suggestedValues || [],
restrictToSuggestedValues: searchParam.restrictToSuggestedValues || false,
value: value || ''
}
)
The text was updated successfully, but these errors were encountered:
Could you please also push the other attributes of an object to search param, that will be used for some functionality in the below code
Ex: alias, typeOf,
$scope.searchParams.push(
{
key: searchParam.key,
name: searchParam.name,
type: searchParam.type || 'text',
placeholder: searchParam.placeholder,
suggestedValues: searchParam.suggestedValues || [],
restrictToSuggestedValues: searchParam.restrictToSuggestedValues || false,
value: value || ''
}
)
The text was updated successfully, but these errors were encountered: