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

[feat]: Add Money Symbols to input #3630

Open
2 tasks done
sergitejada opened this issue Apr 30, 2024 · 0 comments
Open
2 tasks done

[feat]: Add Money Symbols to input #3630

sergitejada opened this issue Apr 30, 2024 · 0 comments

Comments

@sergitejada
Copy link

Feature description

Allow to send symbols in the inputs

Affected component/components

Input

Additional Context

Example

          <div className="relative">
            <Input id="product_precio" placeholder="0,00" className="w-40 pr-10" />
            <div className="absolute inset-y-0 right-0 flex items-center pr-2 pointer-events-none">€</div>
          </div>

image

Before submitting

  • I've made research efforts and searched the documentation
  • I've searched for existing issues and PRs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant