AbsaOSS / AbsaOSS/cps-shared-ui
InfoTooltip Visibility Issue in cps-input component
Open
bug
- Dominant language
- TypeScript
- Stars
- 9
- Forks
- 6
- Avg merge
- 23h 46m
- Merged PRs (30d)
- 5
Description
### Issue Description
The infoTooltip property on cps-input components only displays when a `label` property is present.
### Reproduction Steps:
1. Create cps-input without label:
```typescript
```
2. Tooltip doesn't appear
3. Add label property:
```typescript
```
4. Tooltip appears
### Expected Behavior
InfoTooltip should display regardless of label presence
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.