Skip to content

Commit 8e0b0af

Browse files
author
James Martin
committed
Adding appendId to list of options
1 parent d120f83 commit 8e0b0af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ When activating the plugin, you may include an object containing options for the
4242
`template`: Custom function that returns markup for the combobox.
4343

4444
`bsVersion`: Version of bootstrap being used. This is used by the default `template` function to generate markup correctly. Defaults to '3'. Set to '2' for compatibility with Bootstrap 2
45+
46+
`appendId`: The desired id of the transformed combobox. This will become the id attr and can be mapped to a label using the for attribute. Useful for accessibility.
47+
4548

4649
## Dependencies
4750
Uses the latest 1.X version of jQuery and the latest 2.X or 3.X of bootstrap.

0 commit comments

Comments
 (0)