Component
Components
  • 🏠turbotech-component
  • 🚀Installations
  • 📦Required Package
  • 📦Laravel-Modules Style
  • ________________________________
  • Data Displays
    • Form View
      • Phone Formatted
    • Charts
      • Line Chart
      • Bar Chart
      • Pie Chart
      • Doughnut Chart
      • Polar Area Chart
      • Radar Chart
      • Scatter Chart
    • Stats
      • Trending
      • Simple
      • Brand
  • Elements
    • Buttons
      • Default Button
      • Primary Button
      • Secondary Button
      • Warning Button
      • Danger Button
      • Success Button
    • Forms Input
      • English Name
      • Khmer Name
      • Phone
      • URL
      • Camel URL
      • Email
  • Headings
    • Card Heading
    • Header
  • Layouts
    • Panels
      • Main Card
Powered by GitBook
On this page
  • Params
  • Components Laravel (Required JS)

Was this helpful?

  1. Elements
  2. Forms Input

Khmer Name

Khmer validation name field accept only Khmer Unicode characters

Params

Param
value
Use for

placeholder

format

phone format

value

number

phone number

id

string

id of tag

name

string

name of tag

max

number

maximum value

Components Laravel (Required JS)

form.blade.php
<x-input:name:kh ​name="khname"​ id="khname" ​placeholder="Khmer Name" max="50"/>
PreviousEnglish NameNextPhone

Last updated 1 year ago

Was this helpful?