Results 8 issues of jpranays

Added optional prop **disabled**, which if set true then disables interactivity

### 🤔 This is a ... - [x] New feature ### 💡 Background and solution An optional prop : **defaultOpen**, default set to false. If set true, then the dropdown...

## 📝 Description This PR adds support for animation-play-state property for spinner animation > animationPlayState prop is by default set to "running" ## ⛳️ Current behavior (updates) > To pause...

An optional defaultVisible prop, by default set to false, if set to true, then a dialog is visible on the initial render.

A defaultOpened (false by default ) prop for tooltip component, which will show tooltip by default. Added story and test for it.

#### What does this PR do? Optional defaultVisible prop on Tip component #### Where should the reviewer start? Tip component folder #### What testing has been done on this PR?...

#### `defaultVisible` Prop to Dialog Component Fix #6772 This pull request introduces a new `defaultVisible` prop to the Dialog component in our UI library. The `defaultVisible` prop allows developers to...

Status: Pending Review
Status: Discussion

### Use Case Imagine a scenario where a dialog needs to be immediately visible upon page load, such as for displaying an important announcement or a welcoming message. Here, the...

Type: New Feature
Status: Discussion