Documentation error on form builder select field
# ❓questions
l
Documentation error for Select form field? When I checked option.php, the
make
function requires the value first.
Copy code
public static function make(string|int $value, string $label, bool $selectable = true): self
    {
        return new self($value, $label, $selectable);
    }

https://cdn.discordapp.com/attachments/811986149064441927/1092858658334974012/Screenshot_from_2023-04-04_18-04-51.png

i
thanks for catching that!
l
Had you thought of a 'Documentation (Error)' section on the left there? (Not sure of the Discord Parlance) Maybe there aren't that many?
i
yeah that's a good idea, I'll create a new channel