Skip to content

Commit b523015

Browse files
authored
Merge pull request #1585 from kintone-labs/SSR-5043_hot-fix_update_user-guide
[hot fix]SSR-5043: Update user guide
2 parents e7b967b + ef84a09 commit b523015

File tree

4 files changed

+4
-4
lines changed
  • docs/document

4 files changed

+4
-4
lines changed

docs/document/docs/components/desktop/combobox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Here is a list of properties that can be used for modifying the component:
2626
| error | string | "" | Text to be displayed in error | Error will not be displayed if unspecified or empty |
2727
| id | string | "" | Component id name | |
2828
| label | string | "" | Label for the component | Label is not displayed if unspecified or empty |
29+
| placeholder | string | "" | Placeholder text displayed in the input field | |
2930
| value | string | "" | Component value | No option will be selected if the value is unspecified<br/>Will result an error if the value is not a string |
3031
| disabled | boolean | false | Enable/Disable the component | |
31-
| placeholder | string | "" | Placeholder text displayed in the input field | |
3232
| requiredIcon | boolean | false | Show/Hide the required icon | |
3333
| visible | boolean | true | Show/Hide the component | |
3434
| items | Array\<[Item](#item)\> | [] | List of options to display | Will result an error if the value of items is not an array |

docs/document/i18n/ja/docusaurus-plugin-content-docs/current/components/desktop/combobox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ import { ComboboxComponent } from "@site/static/js/samples/desktop/combobox.jsx"
2626
| error | string | "" | エラーに表示するテキスト | 未指定、あるいは空文字の場合、error は表示されない |
2727
| id | string | "" | コンポーネントの id 名 ||
2828
| label | string | "" | コンポーネントの説明ラベル | 未指定、あるいは空文字の場合、label は表示されない |
29+
| placeholder | string | "" | 入力フィールドに表示されるプレースホルダーテキスト | |
2930
| value | string | "" | 選択されている値 | value が未指定の場合、何も選択されない<br/>value が文字列以外の場合、エラーを出力する |
3031
| disabled | boolean | false | コンポーネントの編集可/不可設定 ||
31-
| placeholder | string | "" | 入力フィールドに表示されるプレースホルダーテキスト | |
3232
| requiredIcon | boolean | false | コンポーネントの必須アイコン表示/非表示設定 ||
3333
| visible | boolean | true | コンポーネントの表示/非表示設定 ||
3434
| items | Array\<[Item](#item)\> | [] | 表示する選択肢一覧 | items が配列以外の場合、エラーを出力する |

docs/document/i18n/ja/docusaurus-plugin-content-docs/version-1.19.0/components/desktop/combobox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ import { ComboboxComponent } from "@site/static/js/samples/desktop/combobox.jsx"
2626
| error | string | "" | エラーに表示するテキスト | 未指定、あるいは空文字の場合、error は表示されない |
2727
| id | string | "" | コンポーネントの id 名 ||
2828
| label | string | "" | コンポーネントの説明ラベル | 未指定、あるいは空文字の場合、label は表示されない |
29+
| placeholder | string | "" | 入力フィールドに表示されるプレースホルダーテキスト | |
2930
| value | string | "" | 選択されている値 | value が未指定の場合、何も選択されない<br/>value が文字列以外の場合、エラーを出力する |
3031
| disabled | boolean | false | コンポーネントの編集可/不可設定 ||
31-
| placeholder | string | "" | 入力フィールドに表示されるプレースホルダーテキスト | |
3232
| requiredIcon | boolean | false | コンポーネントの必須アイコン表示/非表示設定 ||
3333
| visible | boolean | true | コンポーネントの表示/非表示設定 ||
3434
| items | Array\<[Item](#item)\> | [] | 表示する選択肢一覧 | items が配列以外の場合、エラーを出力する |

docs/document/versioned_docs/version-1.19.0/components/desktop/combobox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Here is a list of properties that can be used for modifying the component:
2626
| error | string | "" | Text to be displayed in error | Error will not be displayed if unspecified or empty |
2727
| id | string | "" | Component id name | |
2828
| label | string | "" | Label for the component | Label is not displayed if unspecified or empty |
29+
| placeholder | string | "" | Placeholder text displayed in the input field | |
2930
| value | string | "" | Component value | No option will be selected if the value is unspecified<br/>Will result an error if the value is not a string |
3031
| disabled | boolean | false | Enable/Disable the component | |
31-
| placeholder | string | "" | Placeholder text displayed in the input field | |
3232
| requiredIcon | boolean | false | Show/Hide the required icon | |
3333
| visible | boolean | true | Show/Hide the component | |
3434
| items | Array\<[Item](#item)\> | [] | List of options to display | Will result an error if the value of items is not an array |

0 commit comments

Comments
 (0)