Skip to content

Releases: nhn/toast-ui.select-box

v1.1.0

18 Jun 19:03
Compare
Choose a tag to compare

Feat

  • c97eb8c chore: resolve issues for focus(fix #3, #4) (#7)
    • feat: add focus api(fix #4)

Fix

  • c97eb8c chore: resolve issues for focus(fix #3, #4) (#7)
    • chore: fix to maintain focus with mouse click(fix #3)

Enhancement

  • b9e3a2e chore: update github docs
  • 4538fac chore: change tui-code-snippet to devDependency
  • 715445a chore: migrate tests from karma to jest (#8)

v1.0.1

21 May 07:59
Compare
Choose a tag to compare

Fix

  • circular selection with keyboard (#6 )

v1.0.0

24 Oct 09:04
Compare
Choose a tag to compare

New Release TOAST UI Select Box 🎉🎉🎉

TOAST UI Select Box is a component that selects an option in the drop-down list.

📙 Documents

You can also see the older versions of the API page on the releases page.

🎨 Features

  • Select an option in the drop-down list.
  • Support a one-level group to group related options.
  • Customize the styles using the theme option.
  • Provide custom events.
Basic Item Group
select-box-basic select-box-item-group
Theme Custom events
select-box-theme select-box-custom-events

🐾 Examples

  • Basic : Example of using default options.
  • Theme : Example of customizing the styles.
  • Custom events : Examples of using custom events.

More examples can be found on the left sidebar of each example page, and have fun with it.