upd : scroll view
Deskripsi: - horizontal view hide - vertical view hide - scroll view height No Issues
This commit is contained in:
@@ -135,7 +135,7 @@ export default function ModalSelect({ open, close, title, category, idParent, on
|
||||
selectMember.length > 0
|
||||
?
|
||||
<View>
|
||||
<ScrollView horizontal style={[Styles.mb10, Styles.pv10]}>
|
||||
<ScrollView horizontal style={[Styles.mb10, Styles.pv10]} showsHorizontalScrollIndicator={false}>
|
||||
{
|
||||
selectMember.map((item: any, index: any) => (
|
||||
<ImageWithLabel
|
||||
@@ -154,7 +154,7 @@ export default function ModalSelect({ open, close, title, category, idParent, on
|
||||
}
|
||||
</>
|
||||
}
|
||||
<ScrollView>
|
||||
<ScrollView showsVerticalScrollIndicator={false}>
|
||||
<View>
|
||||
{
|
||||
category != 'status-task' ?
|
||||
|
||||
Reference in New Issue
Block a user