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

Add openid authentication to issues example #1

Open
prepor opened this issue Sep 7, 2020 · 0 comments
Open

Add openid authentication to issues example #1

prepor opened this issue Sep 7, 2020 · 0 comments
Assignees
Labels
desktop enhancement New feature or request examples Example applications

Comments

@prepor
Copy link
Contributor

prepor commented Sep 7, 2020

No description provided.

@prepor prepor added this to the Public opening milestone Sep 7, 2020
@igordmn igordmn added the enhancement New feature or request label Nov 19, 2020
@olonho olonho added the examples Example applications label Dec 8, 2020
@igordmn igordmn removed this from the Public opening milestone May 26, 2022
MatkovIvan pushed a commit to MatkovIvan/compose-multiplatform that referenced this issue May 10, 2023
This CL adds a hoisted ScrollState to BasicTextField2 to enable horizontal and vertical scroll. Like the existing `BasicTextField`, BTF2 only supports single orientated scrolling. Single line configuration disables `softWrap` and enables horizontal scroll. Multi-line configuration does the exact opposite to enable vertical scroll.

Cursor is kept in visible area only when it's shown (focused, editable).

There is also a fix to clip test for `BasicTextField`. The previous test only looked at the area JetBrains#4, but in fact it needs to check JetBrains#2, JetBrains#3, JetBrains#4 for any spill from BasicTextField.

// BasicTextField is JetBrains#1
// Wrapping box is all the area visible below
-----
|1|2|
-----
|3|4|
-----

Relnote: N/A
Test: :compose:foundation:foundation:cAT
Change-Id: Iccac198dec2d2908c4c51ddfaf40dcb05515ce70
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
desktop enhancement New feature or request examples Example applications
Projects
None yet
Development

No branches or pull requests

4 participants