Announcements
I have a PCF Component. I need to ask the user to enter the minimum number of characters that are required in the field. This must take place while adding the PCF Component to the field.
you can add an additional property to the manifest and after read the property value inside your logic.
you can check the source code of my PCF control
https://github.com/GuidoPreite/PCF_CustomUrlControl/tree/master/CustomUrlControl
Could you please include the manifest file in your code?
the manifest file is in the same folder, here the direct link
https://github.com/GuidoPreite/PCF_CustomUrlControl/blob/master/CustomUrlControl/ControlManifest.Input.xml
I wanted the ManifestTypes.d.ts file. Could you please upload that?
this is the content of the ManifestTypes.d.ts, however it get generated by the pcf tooling
/**This is auto generated from the ControlManifest.Input.xml file*/
// Define IInputs and IOutputs Type. They should match with ControlManifest.export interface IInputs {value: ComponentFramework.PropertyTypes.Property;placeholder: ComponentFramework.PropertyTypes.StringProperty;value2?: ComponentFramework.PropertyTypes.Property;placeholder2?: ComponentFramework.PropertyTypes.StringProperty;value3?: ComponentFramework.PropertyTypes.Property;placeholder3?: ComponentFramework.PropertyTypes.StringProperty;urlLink: ComponentFramework.PropertyTypes.StringProperty;urlText?: ComponentFramework.PropertyTypes.StringProperty;urlCSS?: ComponentFramework.PropertyTypes.StringProperty;icon?: ComponentFramework.PropertyTypes.StringProperty;iconStyle?: ComponentFramework.PropertyTypes.StringProperty;}export interface IOutputs {value?: any;value2?: any;value3?: any;}
Thankyou!
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 549 Most Valuable Professional
Kalathiya 225 Super User 2026 Season 1
Haque 224