Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
ivrnet_payment
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad
ivrnet_payment
Commits
10fbd487
Commit
10fbd487
authored
Nov 20, 2023
by
Bilal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed html violations
parent
5413ec8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/component/Telepay.js
src/component/Telepay.js
+4
-0
No files found.
src/component/Telepay.js
View file @
10fbd487
...
...
@@ -165,6 +165,7 @@ const TelepayForm = () => {
<
TextField
id
=
'
address
'
label
=
'
Address
'
autoComplete
=
'
address
'
placeholder
=
'
Enter your address
'
variant
=
'
outlined
'
fullWidth
...
...
@@ -218,6 +219,7 @@ const TelepayForm = () => {
label
=
'
Country
'
placeholder
=
'
Enter your country
'
variant
=
'
outlined
'
autoComplete
=
'
country
'
fullWidth
value
=
{
formData
.
country
}
onChange
=
{(
e
)
=>
handleChange
(
'
country
'
,
e
.
target
.
value
)}
...
...
@@ -235,6 +237,7 @@ const TelepayForm = () => {
label
=
'
Email
'
placeholder
=
'
Enter your email
'
variant
=
'
outlined
'
autoComplete
=
'
email
'
fullWidth
value
=
{
formData
.
email
}
type
=
'
email
'
...
...
@@ -252,6 +255,7 @@ const TelepayForm = () => {
id
=
'
phone
'
label
=
'
Phone
'
placeholder
=
'
Enter your phone number
'
autoComplete
=
'
phone
'
variant
=
'
outlined
'
fullWidth
value
=
{
formData
.
phone
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment