Coder Social home page Coder Social logo

app-extension-qdecimal's People

Contributors

tobymosque avatar

Stargazers

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

Watchers

 avatar  avatar

app-extension-qdecimal's Issues

[Enhancement] keep model value with the raw value

When using ',' as decimal separator, could be good if the model can keep '.' as decimal separator because 1,1 is not a number in javascript, you have to handle it as string. Something like the existing "unmasked-value" prop.

@keydown.tab.prevent not working with QDecimal

I replaced:
<q-input @keydown.tab.prevent="addCard" v-model="ptsCost" color="black" dense label="Card Points"/>

with:
<q-decimal @keydown.tab.prevent="addCard" v-model="ptsCost" color="black" dense label="Card Points"/>

The tab key no longer launches the addCard method

Cannot edit inside the input

If you enter a number like 21005.34 and realize after that it's incorrect, you are can place the cursor on the two zeros but you are unable to more than a single character, because immediately after editing (say with the backspace key) the cursor jumps to the end of the input and if you edit again you are affected the last character (in the example above it another backspace would delete the 4)

Same occurs if you place the cursor and then attempt to insert multiple digits ... first digit appears in the correct place and subsequent digits appear at the end because the cursor has jumped to the end.

Try entering 21005.34
place the cursor behind second 0
press Backspace twice quickly

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.