Skip to content

knavels/farsitype-for-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

farsitype-for-react

old FarsiType.js for react with onChange support originally created by: http://www.farsitype.ir

retuned and optimized plus fixed some issues for react by Navid Dezashibi (Knavels)

setup guide:

  1. import { convert_to_farsi } from "farsi";
  2. <Input type="text" name="fname" id="fname" onKeyPress={convert_to_farsi} onChange={(v) => console.log(v.target.value)} />

that's it ;)

About

old FarsiType.js for react with onChange support (change keyboard to farsi automatically)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published