https://kotlinlang.org logo
Title
n

Nick

03/14/2023, 3:54 AM
Right now it just does whatever the browser default is. But you can fully customize the border yourself using
NativeTextFieldStyler
and
NativeTextFieldBehaviorModifier
. They let you modify the background and foreground. You could hide border and then use a custom behavior to get what you want. This is how the custom Textfield in the docs works.
a

ayodele

03/14/2023, 4:01 AM
Out of context. Since doodle is Multiplatform, are you planning to support mobile? If yes, Android or iOS first?
n

Nick

03/14/2023, 4:04 AM
I am. Likely start with Android; but I haven’t decided yet. Which platform is more important for your use cases?
a

ayodele

03/14/2023, 4:14 AM
iOS. We work with greenfield apps most of the time. We mostly use SwiftUI. But we'll love to go full kotlin
n

Nick

03/14/2023, 5:23 AM
Are you guys on 0.9.0 now? I don’t know if you saw my message about 0.9.1-SNAPSHOT.
a

ayodele

03/14/2023, 7:46 AM
Yes I did. I'll be testing it out over the weekend
n

Nick

04/02/2023, 7:47 PM
Hey @ayodele I’m curious to know if you’ve had a chance to try out 0.9.1-SNAPSHOT. Would love to get any feedback ahead of the release. 🙏
a

ayodele

04/02/2023, 8:59 PM
@Nick yes I am. But I'm still testing though. So far no issues. I'll continue testing tomorrow at work: mostly the new features added. I'll be testing the new features added to Label tomorrow.