We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
limit_options( $count ) for Field::make( 'set', 'crb_product_features', 'Features' )
Fatal error: Uncaught Error: Call to undefined method Carbon_Fields\Field\Set_Field::limit_options()
Container::make( 'post_meta', __('Options blocks') ) ->where( 'post_id', '=', '57241') ->add_fields( array( Field::make( 'set', 'regions_reg', __('Region') ) ->limit_options( 3 ) -> add_options( array( 'global' => __('Global'), 'eu' => __('EU'), 'austria' => __('Austria'), 'belgium' => __('Belgium'), 'czech republic' => __('Czech Republic'), 'denmark' => __('Denmark'), ) ) ) );
The text was updated successfully, but these errors were encountered:
Hi @Grafs ,
We're going to address this in a future release.
Sorry, something went wrong.
Just to clarify: this has been fixed in development branch.
development
No branches or pull requests
Version
Expected Behavior
limit_options( $count ) for Field::make( 'set', 'crb_product_features', 'Features' )
Actual Behavior
Fatal error: Uncaught Error: Call to undefined method Carbon_Fields\Field\Set_Field::limit_options()
Container definition
The text was updated successfully, but these errors were encountered: