MangelMaxime / Fable.Form

Home Page:https://mangelmaxime.github.io/Fable.Form/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Date/time picker fields are missing

zelenij opened this issue · comments

commented

These are very common types of input and should be easy to add. Best to have all three:

  • Date + time together
  • Date only
  • Time only

They are common indeed, but their are no good libraries which is CSS framework agnostics for it yet.

So for now, if someone need to have support for it in their own project, they will need to write their own logic and view layer.

Actually it seems like I didn't support all natively supported text field.

And the date is one of them, I need to add it.

New fields support has been added, see https://github.com/MangelMaxime/Fable.Form/blob/main/packages/Fable.Form.Simple.Bulma/CHANGELOG.md#200---2021-10-15 for me info

I only added support to the field that were well supported by all the major browser as there is no polyfil to add support for them for others. For example, the <input type="week"> has not been added because Firefox doesn't support it.

commented

Great, thanks, will check it out :)