@mantine/form
Version:
Mantine form management library
1 lines • 396 B
Source Map (JSON)
{"version":3,"file":"get-data-path.mjs","names":[],"sources":["../../src/paths/get-data-path.ts"],"sourcesContent":["export function getDataPath(formName: string | undefined, fieldPath: PropertyKey) {\n return formName ? `${formName}-${fieldPath.toString()}` : fieldPath.toString();\n}\n"],"mappings":";;AAAA,SAAgB,YAAY,UAA8B,WAAwB;CAChF,OAAO,WAAW,GAAG,SAAS,GAAG,UAAU,SAAS,MAAM,UAAU,SAAS;AAC/E"}