Skip to content

pyoung213/py-angular-multiselect

Repository files navigation

py-angular-multiselect

Pure Angular multiselect (work in progress)

Options

option description
canAddChoice default: true
type: boolean
Allows user to create their own choice.
createNewCase default: none
type: string
Helps sanitize a users choice ans suggestions. Options are: none, uppercase, lowercase, camelcase, capitalize, kebabcase, snakecase, startcase, nowhitespace;
createNewPrepend default: ""
type: string
Will prepend string onto suggestions and a users choice.
helpTextNew default: "(Create New)"
type: string
When a user is creating a choice, helpful text will display telling the user that they are creating a new choice.
helpTextSelected default: "(Already Selected)"
type: string
When a user is creating a choice, helpful text will display telling the user that their choice has already been selected.
helpTextSuggested default: "(Suggested)"
type: string
When a user is creating a choice, helpful text will display telling the user that their choice is in the suggested list.
isCaseSensitive default: false
type: boolean
If the suggestions should be case sensitive when matching user input.
maxChipsAmount default: null
type: integer
Number of max choices the user can make.
maxLengthInput default: null
type: integer
Max length a user can type into the input.
maxSuggestions default: null
type: integer
Max amount of suggestions that will display.
schemaDescription default: "description"
type: string
Allows you to change the description field to your schema.
schemaImage default: "url"
type: string
Allows you to change the image field to your schema.
schemaName default: "name"
type: string
Allows you to change the name field to your schema.
serverDebounceTime default: 500
type: integer
Lets you set a debounce to for the suggestions callback.

About

Pure Angular multiselect

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published