Code Monkey home page Code Monkey logo

angular.number-input's People

Contributors

cohenadair avatar

Stargazers

 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

angular.number-input's Issues

Add "allowAllCharacters" option

This will allow users to type in any character rather than being restricted to number related characters.

Why?

  • To keep form consistency with other components

Additions

  • A default UI validation in the form of a red border in the input box
  • Attribute for providing a custom validation function; likely pass in or return validation error message

How to insert decimal number

Hi cohenadair .
Your direct so cool. Bu how to input the decmial number when i keydown to input.
Exmp : When i focus input and keydown with 1.523 It's not working

Demo page

Demo page needs to be created. Should demo:

  • default
  • without label
  • different steps
  • different decimal places
  • different ranges

Other stuff to include:

  • "Download number-input.min.js" link
  • "View on GitHub" link
  • "Find Cohen Adair" link (cohenadair.com)

Allow variable editing via input boxes.

Issue with min and max

When min is greater then zero value is always set to max

Example:
min = 6, max = 19
If you try to input number 11 it will set it to 6 and then to 19. It triggers on-change for 1st digit and sets the value to 6 since 1<6 and then 2nd digit is 1 which which produces 61>19.

issue in setting the initial value for the input

i am using ng-repeat in my checkout page but couldn't set the initial value to the number-input directive.
i have tried passing my json object in "start" attribute something like below but its throwing error

Can any one help me how to set the initial value.

Support for ng-change

I need support for the ng-change attribute. Right now I'm using $scope.$watch to process changes in the ng-model value, but it doesn't seem like the right thing to do. Am I doing something wrong?

Documentation

Documentation required for:

  • usage instructions
  • requirements (AngularJS, Bootstrap)

$dirty flag initially set to true

Before user's actually interact with the form, Angular's $dirty flag is set to true. This is because number-input sets a default value and Angular assumes it was the user who made the change.

One solution, and probably the easiest would be to manually, in number-input, set the $dirty flag to false after the defaults have been set.

Need an "options" object

Users should have the option to use an "objects" object rather than being forced to use attributes.

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.