Abhinav MV
Abhinav MV
--- name: 'Pull request' about: A new pull request --- ## New Pull Request ### Checklist - [x] I am not disclosing a [vulnerability](https://github.com/MoralisWeb3/Moralis-JS-SDK/blob/main/SECURITY.md). - [x] My code is conform...
--- name: 'Pull request' about: Credit card and Credit card radios --- ## New Pull Request ### Checklist - [x] I am not disclosing a [vulnerability](https://github.com/MoralisWeb3/Moralis-JS-SDK/blob/main/SECURITY.md). - [x] My code...
1. Add a new prop to show a tooltip on buttons while hovering 2. Also add the `TCustomize` prop on both the components Once above points are completed: 1. Remove...
Behaviour: When adding `margin` or `gap` style property on input. Margin is added between input and description  Expected: Description should be fixed and margin should be below input Solution:...
only happens when id is not given to the input when multiple inputs are present on same form , clicking on bottom inputs label focuses on the first input Reason:...
Refactor checkbox 1. Add `slots` prop, similar to input component. 2. Add on Tab outline style. 3. Fix checkbox issue controlled state issue https://github.com/web3ui/web3uikit/issues/766 4. Add `TCustomize` prop.
Add tests to new pagination component. Try to cover cases: 1. No dots visible 2. Start and End: Dots visible only left/right side 3. Middle: Dots visible on both sides