Carbon_Fields\Field\Set_Field::limit_options PHP Method

limit_options() public method

Set the number of the options to be displayed at the initial field display.
public limit_options ( integer $limit )
$limit integer
    public function limit_options($limit)
    {
        $this->limit_options = $limit;
        return $this;
    }