Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Placeholder #269

Open
mukash opened this issue May 24, 2022 · 1 comment
Open

Add Placeholder #269

mukash opened this issue May 24, 2022 · 1 comment

Comments

@mukash
Copy link

mukash commented May 24, 2022

How to add placeholder?
this my code

<TextInputMask
      type={'money'}
      value={Amount}
      onChangeText={text => {
        seAmount(text);
      }}
      placeholder="Ex: $500,000"
      options={{
        precision: 0,
        separator: ',',
        delimiter: '.',
        unit: '$ ',
        suffixUnit: '',
      }}
      style={styles.field}
/>
@mukash
Copy link
Author

mukash commented May 24, 2022

My bad i want not adding placeholderTextColor props !!

@mukash mukash changed the title Add Place holder Add Placeholder May 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant