Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmarcon committed Dec 27, 2024
1 parent fb7989a commit e743dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/live_select.ex
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ defmodule LiveSelect do
values: [:single, :tags, :quick_tags],
default: Component.default_opts()[:mode],
doc:
"either `:single` (for single selection), `:tags` (for multiple selection using tags), or :quick_tags (multiple selection but tags can be selected/deselected in quick succession)"
"either `:single` (for single selection), `:tags` (for multiple selection using tags), or `:quick_tags` (multiple selection but tags can be selected/deselected in quick succession)"

attr :options, :list,
doc:
Expand Down

0 comments on commit e743dca

Please sign in to comment.