Skip to main content

lightning-input for number should show a step indicator to increase/decrease the number. This is not showing, but the HTML input element shows that. 

 

Lightning-input

<lightning-input type="number" data-id={product.ProductId} value="1" label="" min="1" max="99" step="1"></lightning-input>step is not showing for lightning-input for numberHTML Input

<input type="number" data-id={product.ProductId} value="1" min="1" max="99"></input>html-input.pngIs something wrong with my code? or issue with the lightning-input element?

 

#LWC #LWC Development #LWC Components

답변 5개
0/9000