Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Summary] Issues caused by known frameworks #124

Open
oxyroid opened this issue Apr 21, 2024 · 1 comment
Open

[Summary] Issues caused by known frameworks #124

oxyroid opened this issue Apr 21, 2024 · 1 comment

Comments

@oxyroid
Copy link
Owner

oxyroid commented Apr 21, 2024

No description provided.

@oxyroid
Copy link
Owner Author

oxyroid commented Apr 21, 2024

Text selection toolbar doesn't work in ModalBottomSheet.

Affected features:
User cannot copy or select all playlist title and user-agent because Selection Toolbar is not displayed.

PlaceholderField(
text = titleState.value.orEmpty(),
placeholder = stringResource(string.feat_foryou_title).title(),
onValueChange = { titleState.value = it }
)
PlaceholderField(
text = userAgentState.value.orEmpty(),
placeholder = stringResource(string.feat_foryou_user_agent).title(),
onValueChange = { userAgentState.value = it }
)

@oxyroid oxyroid pinned this issue May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant