Skip to content

Add Silk support for FileInputs #749

@bitspittle

Description

@bitspittle

If you create an Input(InputType.File) right now, it looks really bad.

var filePath by remember { mutableStateOf("") }
Input(InputType.File, filePath, onValueChange = { filePath = it }, Modifier.id("file-input"))

We should figure out a way to make this look good, possibly by tweaking Input styles, and/or introducing a FileInput composable into Silk (not sure yet)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions