Coder Social home page Coder Social logo

Comments (5)

Tarpsvo avatar Tarpsvo commented on June 4, 2024 1

Version 2.0.2 ships with improved dependsOn support. Can you try again? Thanks!

from nova-color-field.

KasparRosin avatar KasparRosin commented on June 4, 2024

We should have dependsOn support, though I haven't used it myself yet.
Can you share your fields setup.

from nova-color-field.

holubar avatar holubar commented on June 4, 2024

This is how I try to use it. Result is, that it's always hidden. This works on all standard Nova fields, only Color is always hidden.

Color::make(__('app.background').' - '.__('app.color'), 'properties->section_background_color_code') ->compact() ->palette(Helpers::tailwind_color_array('simple')) ->hideFromIndex() ->help(color_palette_link()) ->dependsOn('type', function (Color $field, NovaRequest $request, FormData $formData) { if (!PageContent::display_heading_first_line_options($formData->type)) { $field->hide(); } })

Thank you for help

from nova-color-field.

holubar avatar holubar commented on June 4, 2024

Is there any way to achieve showing/hiding color fields? Should I use your dependency container package?

from nova-color-field.

holubar avatar holubar commented on June 4, 2024

works :)

from nova-color-field.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.