Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
YH_RNComponent
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
盖剑秋
9 years ago
Commit
ccc04fc972cab13f3c1ce07f7224c20bc23a0bcb
1 parent
9def628b
Disable auto crect for TextInput. reviewed by redding.
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
js/community/components/posting/Posting.js
js/community/components/subjectPost/SubjectPost.js
js/community/components/posting/Posting.js
View file @
ccc04fc
...
...
@@ -179,6 +179,7 @@ export default class Posting extends Component {
placeholder
=
'用力敲出你想说的...'
maxLength
=
{
2000
}
multiline
=
{
true
}
autoCorrect
=
{
false
}
onChangeText
=
{
(
text
)
=>
{
this
.
contentLength
=
text
.
length
;
...
...
js/community/components/subjectPost/SubjectPost.js
View file @
ccc04fc
...
...
@@ -320,8 +320,6 @@ export default class SubjectPost extends Component {
"orderBy"
:
1
,
};
blocks
.
push
(
textBlock
);
console
.
log
(
'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'
);
console
.
log
(
this
.
props
.
assets
);
if
(
this
.
props
.
assets
.
length
)
{
for
(
var
i
=
0
;
i
<
this
.
props
.
assets
.
length
;
i
++
)
{
let
asset
=
this
.
props
.
assets
[
i
];
...
...
Please
register
or
login
to post a comment