Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supporting other attributes otherthan name, key,type etc #60

Open
gopalkalasa opened this issue Jul 12, 2016 · 0 comments
Open

Supporting other attributes otherthan name, key,type etc #60

gopalkalasa opened this issue Jul 12, 2016 · 0 comments
Labels

Comments

@gopalkalasa
Copy link

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 || ''
}
)

@dnauck dnauck added the question label Nov 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants