meta-magic / amexio.github.io

Amexio is a rich set of Angular 7 (170+) components powered by HTML5 & CSS3 for Responsive Design and with 80+ Material Design Themes, UI Components, Charts, Gauges, Data Point Widgets, Dashboards. Amexio is completely Open Sourced and Free. It's based on Apache 2 License. You can use it in your production grade work today at no cost or no obligation.
http://www.amexio.tech
Apache License 2.0
167 stars 72 forks source link

amexio-nav-item not showing amexio-label #103

Closed ramesh470 closed 5 years ago

ramesh470 commented 5 years ago

in amexio-nav-item im not able show amexio-label for welcome message on the nav header.

my code: <amexio-nav [logo]="'assets/images/logo.png'">

Hello Mr.XYZ

and also im not able to disable textfield in amexio-nav-item code: <amexio-nav [logo]="'assets/images/logo.png'"> <amexio-nav-item position-right [type]="'textfield'" [title]="'Enter your name'" [(ngModel)] = "uname" [disabled]="true">

please help me in that. Thanks in advance.

rashmithakkar commented 5 years ago

We will check and get back to you soon...

Thanks

rashmithakkar commented 5 years ago

It is possible to add label by using [title] attribute in amexio-nav markup. Code for reference: <amexio-nav [logo]="'assets/images/logo.png'" [title]="'Amexio'"> <amexio-nav-item position-right [type]="'textfield'" [title]="'Enter your name'" [(ngModel)]="uname" >

Amexio-nav-item doesnot have disabled property. We will add it to fulfill your requirement and update you once we add that property.

Thanks.

ramesh470 commented 5 years ago

Thanks for your reply mam,i will check your solution it is satisfied my requirement or not. my requirement is need to display username in header after login. i will check and let you know.

ramesh470 commented 5 years ago

hi @rashmithakkar mam, can you please help me ,some times dropdown [(ngModel)] values are not working. i have multiple dropdowns in a page, i will send request to server at that some times values or not working. ex: if we have grid in our page,i will submit request to the server and get response into the grid. if i click any page in the grid pagination and then again i submit request to the server at this time im not getting any reponse.

my dropdown code:

please help me in that. thanks in advance.

sagarthecook commented 5 years ago

hi @ramesh470 Sorry for the delay on this! For model binding checkout below example Example Lmk if you run into any more issues.