GeekyAnts / GeekyAnts/NativeBase

Placeholder styling

Open
#5,564 1 comment 1 reaction 0 assignees View on GitHub
feature request triage v3
Dominant language
TypeScript
Stars
20.4k
Forks
2.4k
PR merge metrics
No merged PRs in 30d

Description

### Description

There is no way to style the placeholder. For example, I need to set the size of the placeholder text to be smaller than the input text.

### Problem Statement

New props for placeholder styling will give the opportunity for deeper customization.

### Proposed Solution or API

``

```
export const theme = extendTheme({
...

components:{
Input:{
defaultProps:{
placeholderStyle:{
fontSize: 'sm',
},
},
},
},
})
```

### Alternatives

_No response_

### Additional Information

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.