aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/EditableView.tsx
diff options
context:
space:
mode:
authoranika <anika.ahluwalia@gmail.com>2021-02-11 16:08:43 -0500
committeranika <anika.ahluwalia@gmail.com>2021-02-11 16:08:43 -0500
commit77b7c3927c454a829d7dbb2748ad322b146265a7 (patch)
tree2c83cced52fabb83c030ee38b8150d5f964fcefe /src/client/views/EditableView.tsx
parentaede6226aa367ff3137b126e0d0e23e1b2ca84db (diff)
parentee3561896e1bbfae4f81bce109fa3df2618cfbc8 (diff)
Merge branch 'filters' of https://github.com/browngraphicslab/Dash-Web into filters
Diffstat (limited to 'src/client/views/EditableView.tsx')
-rw-r--r--src/client/views/EditableView.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/EditableView.tsx b/src/client/views/EditableView.tsx
index ed7a8265f..828a2eb78 100644
--- a/src/client/views/EditableView.tsx
+++ b/src/client/views/EditableView.tsx
@@ -55,6 +55,7 @@ export interface EditableProps {
color?: string | undefined;
onDrop?: any;
placeholder?: string;
+ fullWidth?: boolean; // used in PropertiesView to make the whole key:value input box clickable
}
/**