mirror of
https://gitea.com/gitea/docs.git
synced 2026-06-26 22:26:18 +00:00
https://github.com/go-gitea/gitea/pull/31577 Reviewed-on: https://gitea.com/gitea/docs/pulls/19 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Reviewed-by: KN4CK3R <kn4ck3r@noreply.gitea.com>
This commit is contained in:
@@ -264,6 +264,7 @@ Attributes:
|
||||
| hide_label | If true, the label normally used as a headline is not visible. | Optional | Boolean | false | - |
|
||||
| description | A description of the dropdown to provide extra context or guidance, which is displayed in the form. | Optional | String | Empty String | - |
|
||||
| multiple | Determines if the user can select more than one option. | Optional | Boolean | false | - |
|
||||
| list | If true, display as a list. If false, print items on one line with commas. | Optional | Boolean | false | - |
|
||||
| options | An array of options the user can choose from. Cannot be empty and all choices must be distinct. | Required | String array | - | - |
|
||||
|
||||
Validations:
|
||||
|
||||
Reference in New Issue
Block a user