Git Product home page Git Product logo

nova-range-input-filter's People

Contributors

dependabot[bot] avatar littlemiaor avatar milewski avatar vesper8 avatar yousan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

nova-range-input-filter's Issues

Overwrite defaults

Hi,

Is it possible to overwrite this?

/** * @var array */ public $defaults = [ 'fromPlaceholder' => null, 'toPlaceholder' => null, 'inputType' => 'number', 'dividerLabel' => 'to', 'fullWidth' => true ];

especially just translate the dividerlabel

Check that `from` is before `to`

Hi,

Maybe an interesting feature is to check that the first date is before the next date.

That is one of the most valuable feature when having a field grouping 2 dates.

How should I write the apply() method

Hi,

I'm trying to use the filter. When it comes to the apply function, I can't find a way to make it work:

Here is how I write it based on docs

    public function apply(Request $request, $query, $value)
    {
        return $query->where('time', '<', $value["from"] )
            ->where('time', '>', $value["to"] );
    }

If I do:

    public function apply(Request $request, $query, $value)
    {
        return $query->where('time', '<', $value );
    }

it will work, but I don't know how to get the other date.

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.