Kyohei Fukuda

Results 182 comments of Kyohei Fukuda

Hey @vpn-dev ! Thank you for the suggestion. I also have been wanting this feature. I'm thinking of incorporating something like a template engine that can handle placeholders. In the...

If you know anyone else who needs this feature, let me know. If there's enough demand, implementation is possible. or, I'm open to merging it if you send a PR.

Hey @hlin-neo4j! You can create a selected state by inserting DOM into [setActiveElements](https://github.com/pdfme/pdfme/blob/99aa51d003df69259685e82b9363e73f5b424049/packages/ui/src/components/Designer/index.tsx#L47) located in `packages/ui/src/components/Designer/index.tsx`.

Can't the following code achieve the same thing? ```ts import { checkTemplate } from "@pdfme/common"; if (checkTemplate(designer.getTemplate())) { console.log("valid"); } else { console.log("invalid"); } ``` However, I think your suggested...

form-render instance has `validateFields` methods. https://xrender.fun/form-render-mobile/api#forminstance i'm not sure it useful or not. this is just memo.

Hi @qroulland ! Can you give me the reproducible repo?

Let's think UI of Form mode. Currently, your PR doesn't have Implementation for Form mode, right?

ref: https://github.com/pdfme/pdfme/pull/502

ref: https://docs.dndkit.com/api-documentation/droppable ref: https://lucide.dev/

Hi @vpn-dev here is pr: https://github.com/pdfme/pdfme/pull/452 implementation is done. ![](https://private-user-images.githubusercontent.com/24843808/315875200-14707387-8efa-4c97-81a3-181d93015bcc.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTI4MDAxMjYsIm5iZiI6MTcxMjc5OTgyNiwicGF0aCI6Ii8yNDg0MzgwOC8zMTU4NzUyMDAtMTQ3MDczODctOGVmYS00Yzk3LTgxYTMtMTgxZDkzMDE1YmNjLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA0MTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNDExVDAxNDM0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTYwNzdjYzdiODhmOTRhZDc3M2E5YTJhMDQ5MTU1ZDEwOThmOTlmYjNmYTIxNmU3OTU5ZjBkYjQyZWEzMTA3YzImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.ngFdW8A5e448dzCJ8-B7_5eiM_eo9wirFXEuLXJiFtk) this feature will be release as v4