
Product
Socket Now Supports pylock.toml Files
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
react-masked-mui-textfield
Advanced tools
Component that implements TextField + IMaskInput
https://antoniolago.github.io/react-masked-mui-textfield/
Install it by running npm install react-masked-mui-textfield --save
or yarn add react-masked-mui-textfield
. Then:
import MaskedTextField from 'react-masked-mui-textfield';
//Use props you would usually use on mui's TextField and IMaskInput
//Example:
<div>
<h4 className="bold mb-2">Mobile Telephone (Brasil)<span style={{ color: "var(--danger)" }}> *</span></h4>
<MaskedTextField
name="Telephone"
size="small"
placeholder="(00) 0 0000-0000"
mask="(00) 0 0000-0000"
value={telephone}
onChange={(e: any) => setTelephone(e.target.value)}
error={erroTelephone != ""}
style={{ width: '100%' }}
variant="outlined" />
<br />
<FormHelperText error>
{erroTelephone}
</FormHelperText>
</div>
FAQs
Component that implements TextField + IMaskInput
We found that react-masked-mui-textfield demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.
Research
Security News
Malicious Ruby gems typosquat Fastlane plugins to steal Telegram bot tokens, messages, and files, exploiting demand after Vietnam’s Telegram ban.