Skip to content

Commit

Permalink
chore: remove disabled from textinput addchild property
Browse files Browse the repository at this point in the history
  • Loading branch information
ingmar-stipriaan committed Jan 2, 2025
1 parent c4c1f62 commit e257416
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/prefabs/structures/TextInput/options/addChild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ export const addChildOptions = optionTemplateOptions({

property: property('Property', {
value: '',
showInReconfigure: true,
configuration: {
allowedKinds: ['TEXT', 'URL', 'IBAN', 'STRING'],
disabled: true,
condition: showIf('propertyBased', 'EQ', 'true'),
createActionInputVariable: {
type: CreateActionInputVariableKind.TEXT,
Expand Down

0 comments on commit e257416

Please sign in to comment.