mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2024-10-30 01:08:47 +00:00
(ui/forms/fields) Added examples of number fields
This commit is contained in:
parent
41756200ca
commit
cad7cd43f0
|
@ -245,6 +245,17 @@
|
|||
<mat-hint>This is a hint text</mat-hint>
|
||||
</mat-form-field>
|
||||
</div>
|
||||
<div class="flex">
|
||||
<mat-form-field
|
||||
[ngClass]="formFieldHelpers"
|
||||
class="flex-auto">
|
||||
<mat-label>Number</mat-label>
|
||||
<input
|
||||
type="number"
|
||||
matInput
|
||||
[placeholder]="'This is a placeholder'">
|
||||
</mat-form-field>
|
||||
</div>
|
||||
<div class="flex">
|
||||
<mat-form-field
|
||||
[ngClass]="formFieldHelpers"
|
||||
|
@ -508,6 +519,16 @@
|
|||
[placeholder]="'Input'">
|
||||
</mat-form-field>
|
||||
</div>
|
||||
<div class="flex">
|
||||
<mat-form-field
|
||||
[ngClass]="formFieldHelpers"
|
||||
class="flex-auto">
|
||||
<input
|
||||
type="number"
|
||||
matInput
|
||||
[placeholder]="'Number'">
|
||||
</mat-form-field>
|
||||
</div>
|
||||
<div class="flex">
|
||||
<mat-form-field
|
||||
[ngClass]="formFieldHelpers"
|
||||
|
|
Loading…
Reference in New Issue
Block a user