Git Product home page Git Product logo

inline-field-update's People

Contributors

engelenit avatar irfanm96 avatar msassa avatar patricnox avatar voicecode-bv avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

inline-field-update's Issues

Feature request: Minimum width

image

It would be great if we can specify a Minimum width for the input, as when the row is filled with data it doesn't get very short.

Does work with readonly method

Thx for this! ... have a use case where a user can only view and not edit the field. Need to set readonly on the field based on a specific permission said user has.

Tried to install - not working

$composer require wehaa/inline-field-update

[InvalidArgumentException] Could not find a matching version of package wehaa/inline-field-update. Check the package spelling, your version constraint and that the package is available in a stability which matches your minimum-stability (dev).

Laravel 5.7.28
Nova 1.3.2

Request: abillity to translate succes message

Is something like this possible?

vm.$toasted.show('Successfully updated!', { type: 'success' })

to

vm.$toasted.show(__('Successfully updated!'), { type: 'success' })

Would appreciate this change.

Request: placeholder value

Was wondering if you would consider this in your vue components:

:placeholder="field.name"

to a more nova oriented

:placeholder="placeholder"

Bug: Ignores validations

I have:

            Liveupdate::make(__('Delivered Quantity'), 'delivered_quantity')
                ->rules('nullable', 'number', 'lte:quantity')
                ->sortable(),

But it ignores the validations

Save on enter press

It would be really nice if the input field would trigger the save logic when typing enter too.

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.