Skip to content

Commit 0ec4253

Browse files
authored
Merge pull request #26 from sekeidesign/new-inputs
Remove faulty input behaviour prop
2 parents aaacbce + c17ed7a commit 0ec4253

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

dist/code.js

-1
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,6 @@
816816
fontWeight: 400,
817817
fontFamily: "Inter",
818818
width: "fill-parent",
819-
inputBehaviour: "truncate",
820819
onTextEditEnd: (e) => {
821820
const updatedItems = items;
822821
const currentIndex = items.indexOf(items[item]);

widget-src/code.jsx

-1
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,6 @@ function FigJenda() {
877877
fontWeight={400}
878878
fontFamily="Inter"
879879
width="fill-parent"
880-
inputBehaviour="truncate"
881880
onTextEditEnd={(e) => {
882881
const updatedItems = items;
883882
const currentIndex = items.indexOf(items[item]);

0 commit comments

Comments
 (0)