@astroapps/forms-core 2.0.2 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -194,6 +194,7 @@ export interface DisplayOnlyRenderOptions extends RenderOptions {
194
194
  type: DataRenderType.DisplayOnly;
195
195
  emptyText?: string | null;
196
196
  sampleText?: string | null;
197
+ noSelection?: boolean | null;
197
198
  }
198
199
  export interface IconMapping {
199
200
  value: string;