Some Html Issues faced while working with Angular 2.
- Checkbox not getting selected on Screen.
--------------------------------------------------
Soultion: Changed the z-index of checkbox and moved it to the front.
- Only one checkbox getting selected.
--------------------------------------------------
Solution: Added a handler on the click, sent the event to the handler, and called event.stopPropagation() inside handler.
Comments
Post a Comment