TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Rohan Ramani
NA
786
144k
Add only numeric value in textbox angular 7
May 28 2019 4:25 AM
Hi All,
I need textbox which accepts only numeric value. And also it should be >0.
<input type=
"number"
required #creditLimit=
"ngModel"
name=
"creditLimit"
[
class
.is-invalid]=
"creditLimit.invalid && creditLimit.touched"
class
=
"form-control"
[(ngModel)]=
"customerModel.creditLimit"
placeholder=
"Enter Credit Limit"
/>
Reply
Answers (
1
)
Angular material design dialog , it gives this error on open
Unable to Install Angular CLI