diff --git a/README.md b/README.md index 237e7d2..5cc82c5 100644 --- a/README.md +++ b/README.md @@ -124,11 +124,13 @@ class SampleForm extends Form $this->builder->raw('
'), $this->builder->select( + // Select attributes ['name' => 'selectname'], - ['inputValue' => 'displayName', 'anotherInputValue' => 'displayName'], + // Options + ['optionValue' => 'displayName', 'anotherOptionValue' => 'displayName'], - // Optional. Default value. + // Default option. This is optional. 'inputValue' ),