Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
ThaliApp
Commits
0e52c481
Commit
0e52c481
authored
Oct 16, 2019
by
Lars van Rhijn
Committed by
Gijs Hendriksen
Oct 16, 2019
Browse files
Added placeholder for textfields
parent
ed43a7bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/ui/screens/events/RegistrationScreen.js
View file @
0e52c481
...
...
@@ -188,6 +188,7 @@ class RegistrationScreen extends Component {
value
=
{
this
.
state
[
key
]}
onChangeText
=
{
value
=>
this
.
updateField
(
key
,
value
)}
keyboardType
=
{
field
.
type
===
'
integer
'
?
'
numeric
'
:
'
default
'
}
placeholder
=
{
field
.
label
}
style
=
{
styles
.
field
}
underlineColorAndroid
=
{
validity
.
isValid
?
Colors
.
lightGray
:
Colors
.
lightRed
}
...
...
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