writer / writer-framework

No-code in the front, Python in the back. An open-source framework for creating data apps.
https://dev.writer.com/framework/introduction
Apache License 2.0
1.3k stars 73 forks source link

fix: `BaseSelect` handle `number` value. WF-28 #481

Closed madeindjs closed 1 month ago

madeindjs commented 2 months ago

A quick fix to handle number values in BaseSelect (used in MultiSelect & SelectInput).

Screencast from 2024-06-28 09-27-30.webm

I also did a small refactoring on props definition, because using object is more robust (it does a runtime check)

FabienArcellier commented 1 month ago

I would advocate to open a issue to document slightly the bug. You can directly reproduce the video.