ingred-ui 33.14.2 → 33.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -126,6 +126,12 @@ export type Select2Props = {
126
126
  * エラーメッセージはプロダクト側で実装してください。
127
127
  */
128
128
  error?: boolean;
129
+ /**
130
+ * 複数選択時、選択肢の変更を適用ボタンなしで即時確定する
131
+ * multiple=true のときのみ有効
132
+ * @default false
133
+ */
134
+ commitOnSelect?: boolean;
129
135
  /**
130
136
  * 全選択・全クリアボタンを表示するかどうか (multiple=trueの場合のみ有効)
131
137
  * @default false