1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-10-16 15:07:27 +00:00
festa/components/generic/editable
Stefano Pigozzi 8e5e3aacaa
Remove prefix and suffix from EditableText
It was ugly, since text changed position when a prefix was added
2022-07-18 06:13:05 +02:00
..
base.tsx Document components/generic/editables/base 2022-07-18 06:12:11 +02:00
inputs.module.css Force monospace in the Markdown editor 2022-07-17 06:19:23 +02:00
inputs.tsx Remove prefix and suffix from EditableText 2022-07-18 06:13:05 +02:00
provider.tsx Fix typescript doing something weird again 2022-07-18 06:09:51 +02:00
README.md Refactor huge chunk of code 2022-07-16 03:05:42 +02:00

Generic editables

Editables are extended input elements which display differently based on the EditingMode of the EditingContext they are contained in.